Skip to content
Snippets Groups Projects
Commit b7659a01 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Fix TV build

parent be2c2d4b
No related branches found
Tags 1.4.99
No related merge requests found
......@@ -23,6 +23,8 @@ package org.videolan.vlc.gui.tv.audioplayer;
import java.util.ArrayList;
import java.util.Collections;
import org.videolan.libvlc.Media;
import org.videolan.libvlc.MediaPlayer;
import org.videolan.vlc.MediaLibrary;
import org.videolan.vlc.MediaWrapper;
import org.videolan.vlc.PlaybackService;
......@@ -154,12 +156,12 @@ public class AudioPlayerActivity extends PlaybackServiceActivity implements Play
}
@Override
public void onMediaPlayedAdded(MediaWrapper media, int index) {
public void onMediaEvent(Media.Event event) {
}
@Override
public void onMediaPlayedRemoved(int index) {
public void onMediaPlayerEvent(MediaPlayer.Event event) {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment