diff options
| author | nyanmisaka <nst799610810@gmail.com> | 2020-11-14 15:46:17 +0800 |
|---|---|---|
| committer | nyanmisaka <nst799610810@gmail.com> | 2020-11-14 16:02:16 +0800 |
| commit | fc89b7e6416ed750725154104b37f32496435555 (patch) | |
| tree | ba5991f37543a21d1b07e734e4c420e8e841bb53 /Jellyfin.Api/Controllers/VideoHlsController.cs | |
| parent | 32bb73acbb071a8329c485738176711dac4e1bcb (diff) | |
minor changes
Diffstat (limited to 'Jellyfin.Api/Controllers/VideoHlsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/VideoHlsController.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/VideoHlsController.cs b/Jellyfin.Api/Controllers/VideoHlsController.cs index 21c042f4b..4ae61fbd3 100644 --- a/Jellyfin.Api/Controllers/VideoHlsController.cs +++ b/Jellyfin.Api/Controllers/VideoHlsController.cs @@ -567,6 +567,8 @@ namespace Jellyfin.Api.Controllers args += " " + bitStreamArgs; } } + + args += " -start_at_zero"; } else { |
