Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AF-1 committed Sep 25, 2024
1 parent f185fcf commit 2b702a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ContextStats/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ sub initPrefs {
usefivestarscale => 1,
topratedminrating => 60,
});
$prefs->set('topratedminrating', 60) if !$prefs->get('topratedminrating');
$prefs->set('topratedminrating', 60) if !$prefs->get('topratedminrating'); # remove in future release

$prefs->setValidate({'validator' => 'intlimit', 'low' => 1, 'high' => 100}, 'min_album_tracks');
$prefs->setValidate({'validator' => 'intlimit', 'low' => 5, 'high' => 500}, 'listlimit');
Expand Down
2 changes: 1 addition & 1 deletion ContextStats/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>af6088cf-6bd9-6d08-ac1e-9d08f1150035</id>
<name>PLUGIN_CONTEXTSTATS</name>
<module>Plugins::ContextStats::Plugin</module>
<version>0.2.3</version>
<version>1.0.1</version>
<description>PLUGIN_CONTEXTSTATS_DESC</description>
<creator>AF</creator>
<optionsURL>plugins/ContextStats/settings/settings.html</optionsURL>
Expand Down

0 comments on commit 2b702a1

Please sign in to comment.