Skip to content

Commit

Permalink
remove CS code, add track/album title contains param
Browse files Browse the repository at this point in the history
  • Loading branch information
AF-1 committed Jan 18, 2025
1 parent d038ff4 commit 184a87e
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 152 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
[% END %]
<br>

[% ELSIF param.parameter.type == "albumtitlecontains" || param.parameter.type == "tracktitlecontains" %]
<span class="boldtitle">[% param.parameter.name %]:</span>&nbsp;&nbsp;<input type="text" name="dynamicplaylist_parameter_[% param.parameter.id %]" value="[% param.value %]">
<br><br>

[% ELSE %]
<table border="0">
<tr>
Expand Down
Loading

0 comments on commit 184a87e

Please sign in to comment.