diff options
| author | crobibero <cody@robibe.ro> | 2020-11-15 11:35:36 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-15 11:35:36 -0700 |
| commit | 3f313206c606662d2b5bcfa2c2a99a5c218f5ff2 (patch) | |
| tree | f21b7ac01394e0146adc1e6a99df19751a272bad /Jellyfin.Api/Helpers/HlsHelpers.cs | |
| parent | 843847fc9311ecd04d262d8b04698d88d6332efc (diff) | |
Suggestions from review
Diffstat (limited to 'Jellyfin.Api/Helpers/HlsHelpers.cs')
| -rw-r--r-- | Jellyfin.Api/Helpers/HlsHelpers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Helpers/HlsHelpers.cs b/Jellyfin.Api/Helpers/HlsHelpers.cs index 7fd784806..45ce90566 100644 --- a/Jellyfin.Api/Helpers/HlsHelpers.cs +++ b/Jellyfin.Api/Helpers/HlsHelpers.cs @@ -48,7 +48,7 @@ namespace Jellyfin.Api.Helpers if (line == null) { // Nothing currently in buffer. - continue; + break; } if (line.IndexOf("#EXTINF:", StringComparison.OrdinalIgnoreCase) != -1) |
