Merge pull request #3527 from thornbill/fix-rewatching-next-up

Fix rewatching next up status
This commit is contained in:
Bill Thornton 2022-03-31 13:58:40 -04:00 committed by GitHub
commit 33b1f039ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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';
}
/**