|
|
|
@ -161,7 +161,10 @@ namespace MediaBrowser.Controller.Entities
|
|
|
|
|
{
|
|
|
|
|
videoType = VideoType.Dvd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
return new string[] { };
|
|
|
|
|
}
|
|
|
|
|
return MediaEncoder.GetPlayableStreamFileNames(Path, videoType);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -265,6 +268,12 @@ namespace MediaBrowser.Controller.Entities
|
|
|
|
|
return base.CanDelete();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[IgnoreDataMember]
|
|
|
|
|
public bool IsCompleteMedia
|
|
|
|
|
{
|
|
|
|
|
get { return !IsActiveRecording(); }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[IgnoreDataMember]
|
|
|
|
|
protected virtual bool EnableDefaultVideoUserDataKeys
|
|
|
|
|
{
|
|
|
|
|