mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update episode setting
This commit is contained in:
parent
97de2542b7
commit
4989ec5f14
2 changed files with 3 additions and 3 deletions
|
@ -516,7 +516,7 @@
|
|||
|
||||
promise = ApiClient.getCurrentUser().then(function(user) {
|
||||
|
||||
if (!user.Configuration.EnableEpisodeAutoQueue) {
|
||||
if (!user.Configuration.EnableNextEpisodeAutoPlay) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue