Cleaned up "value assigned is not used in any execution path"

This commit is contained in:
BaronGreenback
2021-04-17 09:27:58 +01:00
parent b63f615fd4
commit 80877aa945
10 changed files with 19 additions and 22 deletions

View File

@@ -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);
}