Skip to content

Commit

Permalink
Secondary_List_path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Aug 6, 2024
1 parent 1594f8a commit 145df1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions skin.copacetic/16x9/Variables_Paths_Media.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
<value condition="!String.Contains(Container.FolderPath,plugin://)">$INFO[ListItem.FolderPath]</value>
</variable>

<variable name="Secondary_List_Path">
<value>$INFO[ListItem.FolderPath]</value>
</variable>

<variable name="Secondary_List_Sort">
<value condition="Container.Content(tvshows)">season</value>
<value>year</value>
Expand Down

0 comments on commit 145df1b

Please sign in to comment.