aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Models/StreamingDtos/StreamState.cs
diff options
context:
space:
mode:
authorDavid <daullmer@gmail.com>2020-07-23 12:46:54 +0200
committerDavid <daullmer@gmail.com>2020-07-23 12:46:54 +0200
commitd39f481a5c723dcbd97a578dc8f390e7d0b4e984 (patch)
treeb6633a4fe1554ebc468ccb5433c6697ccb77568a /Jellyfin.Api/Models/StreamingDtos/StreamState.cs
parentcff9772e147bcf31e19dd12def0691692ad663a5 (diff)
Apply suggestions from review
Diffstat (limited to 'Jellyfin.Api/Models/StreamingDtos/StreamState.cs')
-rw-r--r--Jellyfin.Api/Models/StreamingDtos/StreamState.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Jellyfin.Api/Models/StreamingDtos/StreamState.cs b/Jellyfin.Api/Models/StreamingDtos/StreamState.cs
index 70a13d745..df5e21dac 100644
--- a/Jellyfin.Api/Models/StreamingDtos/StreamState.cs
+++ b/Jellyfin.Api/Models/StreamingDtos/StreamState.cs
@@ -94,11 +94,6 @@ namespace Jellyfin.Api.Models.StreamingDtos
userAgent.IndexOf("iphone", StringComparison.OrdinalIgnoreCase) != -1 ||
userAgent.IndexOf("ipod", StringComparison.OrdinalIgnoreCase) != -1)
{
- if (IsSegmentedLiveStream)
- {
- return 6;
- }
-
return 6;
}