1
0
Fork 0
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:
Bill Thornton 2022-03-31 13:58:40 -04:00 committed by crobibero
parent 8d27f45db0
commit 17161aba0b

View file

@ -468,7 +468,7 @@ export class UserSettings {
return this.set('enableRewatchingInNextUp', val, false);
}
return this.get('enableRewatchingInNextUp', false);
return this.get('enableRewatchingInNextUp', false) === 'true';
}
/**