diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-10-04 10:02:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 10:02:35 +0100 |
| commit | eaf684a68c8432b6411b5c77db34fe1d865f4aee (patch) | |
| tree | 1fc04d8f6d180f38cc04a97bd0b47b0e722e9d4d | |
| parent | b5ea16cf7bc7d8fe881ae4b6a5734455fe76005d (diff) | |
Update DynamicHlsHelper.cs
| -rw-r--r-- | Jellyfin.Api/Helpers/DynamicHlsHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Helpers/DynamicHlsHelper.cs b/Jellyfin.Api/Helpers/DynamicHlsHelper.cs index 1d330a335..af0519ffa 100644 --- a/Jellyfin.Api/Helpers/DynamicHlsHelper.cs +++ b/Jellyfin.Api/Helpers/DynamicHlsHelper.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; |
