mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-27 12:34:56 +01:00
fixed themoviedb search returning no results
This commit is contained in:
@@ -211,11 +211,6 @@ namespace MediaBrowser.Api
|
||||
|
||||
private void UpdateItem(BaseItemDto request, BaseItem item)
|
||||
{
|
||||
if (item.LocationType == LocationType.Offline)
|
||||
{
|
||||
throw new InvalidOperationException(string.Format("{0} is currently offline.", item.Name));
|
||||
}
|
||||
|
||||
item.Name = request.Name;
|
||||
|
||||
// Only set the forced value if they changed it, or there's already one
|
||||
|
||||
Reference in New Issue
Block a user