Apply review suggestions

This commit is contained in:
Shadowghost
2023-02-05 17:24:13 +01:00
committed by Shadowghost
parent 979964ef4b
commit 2403a0a367
5 changed files with 51 additions and 53 deletions

View File

@@ -639,7 +639,6 @@ namespace MediaBrowser.Model.Dlna
if (item.VideoType == VideoType.Dvd || item.VideoType == VideoType.BluRay)
{
isEligibleForDirectPlay = false;
isEligibleForDirectStream = false;
}
if (bitrateLimitExceeded)