Skip to content

Commit

Permalink
Merge pull request #568 from malard/escapedchar
Browse files Browse the repository at this point in the history
fixed: movie titles with escaped characters were showing as escaped in the title. fixes #470
  • Loading branch information
malard authored Jan 29, 2024
2 parents 7614135 + 8a53a94 commit 41d3200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/apps/movie/list/list_view.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
setMeta: ->
if @model
@model.set
labelHtml: @model.get('label')
subtitleHtml: @themeLink @model.get('year'), 'movies?year=' + @model.get('year')

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

0 comments on commit 41d3200

Please sign in to comment.