mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-10 01:38:49 +01:00
fixes #887 - Support ttml subtitle output
This commit is contained in:
@@ -55,6 +55,11 @@ namespace MediaBrowser.Controller.Entities
|
||||
LinkedAlternateVersions = new List<LinkedChild>();
|
||||
}
|
||||
|
||||
public override bool SupportsAddingToPlaylist
|
||||
{
|
||||
get { return LocationType == LocationType.FileSystem && RunTimeTicks.HasValue; }
|
||||
}
|
||||
|
||||
[IgnoreDataMember]
|
||||
public int MediaSourceCount
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user