Skip to content

Commit

Permalink
hd
Browse files Browse the repository at this point in the history
  • Loading branch information
fatg3erman committed Aug 2, 2021
1 parent 880e31a commit 334b5bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
define('ROMPR_COLLECTION_VERSION', 6);
define('ROMPR_IMAGE_VERSION', 4);
define('ROMPR_SCHEMA_VERSION', 74);
define('ROMPR_VERSION', '1.59');
define('ROMPR_VERSION', '1.59.1');
define('ROMPR_IDSTRING', 'RompR Music Player '.ROMPR_VERSION);
define('ROMPR_MOPIDY_MIN_VERSION', 1.1);
define('ROMPR_UNKNOWN_STREAM', "Unknown Internet Stream");
Expand Down
2 changes: 1 addition & 1 deletion radios/backend/collection_radio.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ private function smart_radio_custom($param) {

case RADIO_RULE_OPTIONS_INTEGER_ISNOT:
$tags[] = trim($value);
$sqlstring .= $rule['db_key'].' <> ?';
$sqlstring .= '('.$rule['db_key'].' <> ? OR '.$rule['db_key'].' IS NULL)';
break;

case RADIO_RULE_OPTIONS_STRING_EXISTS:
Expand Down

0 comments on commit 334b5bc

Please sign in to comment.