Skip to content
Snippets Groups Projects
Commit 065e2920 authored by Duncan McNamara's avatar Duncan McNamara Committed by Nicolas Pomepuy
Browse files

Ml: update playlist types

This is to integrate playlist types that aren't only video
 or audio tracks.
parent aa37d153
No related branches found
No related tags found
1 merge request!1625Update the libs
......@@ -30,9 +30,13 @@ public abstract class Playlist extends MediaLibraryItem {
public enum Type {
/// Include all kind of playlist, regarding of the media types
All,
/// Only include audio playlists
/// Include playlists containing at least one audio track
Audio,
/// Include playlists containing at least one video or one unknown track
Video,
/// Include playlists containing audio tracks only
AudioOnly,
/// Only include video playlist
/// Include playlists containing video tracks only
VideoOnly
}
......
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