mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3527 from thornbill/fix-rewatching-next-up
Fix rewatching next up status
(cherry picked from commit 33b1f039ea
)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
parent
8d27f45db0
commit
17161aba0b
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ export class UserSettings {
|
|||
return this.set('enableRewatchingInNextUp', val, false);
|
||||
}
|
||||
|
||||
return this.get('enableRewatchingInNextUp', false);
|
||||
return this.get('enableRewatchingInNextUp', false) === 'true';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue