mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
rework collection editor
This commit is contained in:
@@ -28,7 +28,6 @@ namespace MediaBrowser.Model.Dlna
|
||||
// TODO: Implement
|
||||
return true;
|
||||
case ProfileConditionValue.Has64BitOffsets:
|
||||
// TODO: Implement
|
||||
return true;
|
||||
case ProfileConditionValue.IsAnamorphic:
|
||||
return IsConditionSatisfied(condition, isAnamorphic);
|
||||
|
||||
Reference in New Issue
Block a user