1
0
Fork 0
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:
Luke Pulverenti 2016-02-25 08:41:06 -05:00
parent 97de2542b7
commit 4989ec5f14
2 changed files with 3 additions and 3 deletions

View file

@ -516,7 +516,7 @@
promise = ApiClient.getCurrentUser().then(function(user) {
if (!user.Configuration.EnableEpisodeAutoQueue) {
if (!user.Configuration.EnableNextEpisodeAutoPlay) {
return null;
}