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:
commit
a7185ed750
12 changed files with 340 additions and 6 deletions
|
@ -91,7 +91,7 @@ export class UserSettings {
|
|||
* Get value of setting.
|
||||
* @param {string} name - Name of setting.
|
||||
* @param {boolean} [enableOnServer] - Flag to return preferences from server (cached).
|
||||
* @return {string} Value of setting.
|
||||
* @return {string | null} Value of setting.
|
||||
*/
|
||||
get(name, enableOnServer) {
|
||||
const userId = this.currentUserId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue