mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Merge pull request #3527 from thornbill/fix-rewatching-next-up
Fix rewatching next up status
This commit is contained in:
commit
33b1f039ea
@ -468,7 +468,7 @@ export class UserSettings {
|
|||||||
return this.set('enableRewatchingInNextUp', val, false);
|
return this.set('enableRewatchingInNextUp', val, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.get('enableRewatchingInNextUp', false);
|
return this.get('enableRewatchingInNextUp', false) === 'true';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user