mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
update download error handling
This commit is contained in:
@@ -1263,7 +1263,7 @@ namespace Emby.Server.Implementations.Dto
|
||||
var hasSpecialFeatures = item as IHasSpecialFeatures;
|
||||
if (hasSpecialFeatures != null)
|
||||
{
|
||||
var specialFeatureCount = hasSpecialFeatures.SpecialFeatureIds.Count;
|
||||
var specialFeatureCount = hasSpecialFeatures.SpecialFeatureIds.Length;
|
||||
|
||||
if (specialFeatureCount > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user