Skip to content

Commit

Permalink
Merge pull request #418 from enen92/master
Browse files Browse the repository at this point in the history
Fix listing of musicvideos
  • Loading branch information
enen92 authored Jul 14, 2020
2 parents 4fa96a7 + 2faab2f commit 49fb0db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/apps/musicvideo/list/list_view.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
@model.set(App.request('musicvideo:action:items'))
setMeta: ->
if @model
artist = if @model.get('artist') != '' then @model.get('artist') else ' '
@model.set subtitleHtml: @themeLink @model.get('artist'), 'search/artist/' + artist

class List.Empty extends App.Views.EmptyViewResults
Expand Down

0 comments on commit 49fb0db

Please sign in to comment.