mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Cleaned up "value assigned is not used in any execution path"
This commit is contained in:
@@ -732,7 +732,7 @@ namespace Jellyfin.Api.Controllers
|
||||
else
|
||||
{
|
||||
// For non series and movie types these columns are typically null
|
||||
isSeries = null;
|
||||
// isSeries = null;
|
||||
isMovie = null;
|
||||
includeItemTypes.Add(item.GetType().Name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user