Merge pull request #3527 from thornbill/fix-rewatching-next-up
Fix rewatching next up status (cherry picked from commit 33b1f039ea9c051a4a9c219b9259d1b74281079b) Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
@@ -468,7 +468,7 @@ export class UserSettings {
|
||||
return this.set('enableRewatchingInNextUp', val, false);
|
||||
}
|
||||
|
||||
return this.get('enableRewatchingInNextUp', false);
|
||||
return this.get('enableRewatchingInNextUp', false) === 'true';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user