mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 12:53:08 +00:00
start mediaplayerFragment and select MediaOption
This commit is contained in:
parent
3e2b76d55a
commit
a2f3166964
1 changed files with 3 additions and 1 deletions
|
@ -1,12 +1,14 @@
|
|||
package de.nicidienase.chaosflix.common.entities;
|
||||
|
||||
import android.os.Parcelable;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by felix on 22.09.17.
|
||||
*/
|
||||
|
||||
public interface PlayableItem {
|
||||
public interface PlayableItem extends Parcelable {
|
||||
String getTitle();
|
||||
String getSubtitle();
|
||||
String getImageUrl();
|
||||
|
|
Loading…
Reference in a new issue