diff options
Diffstat (limited to 'client/src/assets/player')
-rw-r--r-- | client/src/assets/player/utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/utils.ts b/client/src/assets/player/utils.ts index d7451fa1d..1243526d2 100644 --- a/client/src/assets/player/utils.ts +++ b/client/src/assets/player/utils.ts | |||
@@ -95,7 +95,7 @@ function buildVideoLink (options: { | |||
95 | function buildPlaylistLink (options: { | 95 | function buildPlaylistLink (options: { |
96 | baseUrl?: string | 96 | baseUrl?: string |
97 | 97 | ||
98 | playlistPosition: number | 98 | playlistPosition?: number |
99 | }) { | 99 | }) { |
100 | const { baseUrl } = options | 100 | const { baseUrl } = options |
101 | 101 | ||