mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 11:14:47 +03:00
fix video images not being created
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user