Skip to content

Commit

Permalink
fix strings without client problem
Browse files Browse the repository at this point in the history
  • Loading branch information
AF-1 committed Dec 3, 2024
1 parent 52ed66f commit 2a536f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PotPourri/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ sub playlistSortContextMenu {
} else {
return {
type => 'redirect',
name => $client->string('PLUGIN_POTPOURRI_PLSORTORDER_OPTIONS'),
name => string('PLUGIN_POTPOURRI_PLSORTORDER_OPTIONS'),
favorites => 0,
web => {
url => 'plugins/PotPourri/playlistsortorderselect?playlistid='.$playlistID.'&playlistname='.$playlistName
Expand Down
2 changes: 1 addition & 1 deletion PotPourri/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>af75ac4f-d757-7cdb-b390-dbea4791f646</id>
<name>PLUGIN_POTPOURRI</name>
<module>Plugins::PotPourri::Plugin</module>
<version>1.0.2</version>
<version>1.0.3</version>
<description>PLUGIN_POTPOURRI_DESC</description>
<creator>AF</creator>
<optionsURL>plugins/PotPourri/settings/basic.html</optionsURL>
Expand Down

0 comments on commit 2a536f7

Please sign in to comment.