Skip to content

Commit

Permalink
Fix listing of musicvideos
Browse files Browse the repository at this point in the history
  • Loading branch information
enen92 committed Jul 14, 2020
1 parent 4fa96a7 commit 2faab2f
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 2faab2f

Please sign in to comment.