mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
support track selection before playback
This commit is contained in:
@@ -109,6 +109,11 @@ namespace MediaBrowser.Controller.Entities
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
public bool SupportsMediaSourceSelection()
|
||||
{
|
||||
return SourceType == SourceType.Library;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the timestamp.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user