mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix rewatching in next up checked when disabled
This commit is contained in:
parent
b4fce063b0
commit
a514d168bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue