Change }else to } else
This commit is contained in:
parent
9c85fafd1d
commit
422c869568
11 changed files with 24 additions and 24 deletions
|
@ -78,7 +78,7 @@
|
|||
getVideoPriority() {
|
||||
if (app.cfg.visual.animated_artwork == "always") {
|
||||
return true;
|
||||
}else if (this.videoPriority && app.cfg.visual.animated_artwork == "limited") {
|
||||
} else if (this.videoPriority && app.cfg.visual.animated_artwork == "limited") {
|
||||
return true
|
||||
} else if (app.cfg.visual.animated_artwork == "disabled") {
|
||||
return false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue