mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Remove unused code...
This commit is contained in:
@@ -331,7 +331,7 @@ namespace MediaBrowser.Api
|
||||
hasAspectRatio.AspectRatio = request.AspectRatio;
|
||||
}
|
||||
|
||||
item.IsLocked = (request.LockData ?? false);
|
||||
item.IsLocked = request.LockData ?? false;
|
||||
|
||||
if (request.LockedFields != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user