aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/VideoHlsController.cs
diff options
context:
space:
mode:
authornyanmisaka <nst799610810@gmail.com>2020-11-14 15:46:17 +0800
committernyanmisaka <nst799610810@gmail.com>2020-11-14 16:02:16 +0800
commitfc89b7e6416ed750725154104b37f32496435555 (patch)
treeba5991f37543a21d1b07e734e4c420e8e841bb53 /Jellyfin.Api/Controllers/VideoHlsController.cs
parent32bb73acbb071a8329c485738176711dac4e1bcb (diff)
minor changes
Diffstat (limited to 'Jellyfin.Api/Controllers/VideoHlsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/VideoHlsController.cs2
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
{