1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #6157 from thornbill/media-segment-actions

Add media segment skipping
This commit is contained in:
Bill Thornton 2024-10-13 16:38:01 -04:00 committed by GitHub
commit a7185ed750
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 340 additions and 6 deletions

View file

@ -19,7 +19,7 @@ export default function (view, params) {
} else {
settingsInstance = new PlaybackSettings({
serverId: ApiClient.serverId(),
userId: userId,
userId,
element: view.querySelector('.settingsContainer'),
userSettings: currentSettings,
enableSaveButton: true,