Skip to content

Commit

Permalink
fixed: [Renamer] tv show list title for episode pattern is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCooper committed Jan 8, 2018
1 parent af806a6 commit 4f5c474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Addons/generic.EmberCore.BulkRename/clsAPIRenamer.vb
Expand Up @@ -837,8 +837,8 @@ Public Class FileFolderRenamer
End If

'Show ListTitle
If _DBElement.ListTitle IsNot Nothing Then
EpisodeFile.ListTitle = _DBElement.ListTitle
If _DBElement.TVShow.TitleSpecified Then
EpisodeFile.ListTitle = StringUtils.SortTokens_TV(_DBElement.TVShow.Title)
End If

'Show Title
Expand Down

0 comments on commit 4f5c474

Please sign in to comment.