Merge pull request #687 from Unpublished/fix_build

fix oss build
This commit is contained in:
David Luhmer 2018-11-04 18:49:35 +01:00 committed by GitHub
commit e5e8367e46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ import de.luhmer.owncloudnewsreader.model.MediaItem;
public class YoutubePlaybackService extends PlaybackService {
public YoutubePlaybackService(Context context, PodcastStatusListener podcastStatusListener, MediaItem mediaItem) {
super(context, podcastStatusListener, mediaItem);
super(podcastStatusListener, mediaItem);
setStatus(Status.FAILED);
}