diff options
| author | David <daullmer@gmail.com> | 2020-07-23 12:46:54 +0200 |
|---|---|---|
| committer | David <daullmer@gmail.com> | 2020-07-23 12:46:54 +0200 |
| commit | d39f481a5c723dcbd97a578dc8f390e7d0b4e984 (patch) | |
| tree | b6633a4fe1554ebc468ccb5433c6697ccb77568a /Jellyfin.Api/Models | |
| parent | cff9772e147bcf31e19dd12def0691692ad663a5 (diff) | |
Apply suggestions from review
Diffstat (limited to 'Jellyfin.Api/Models')
| -rw-r--r-- | Jellyfin.Api/Models/StreamingDtos/StreamState.cs | 5 |
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; } |
