- Enable more options by default PR: 235948 Submitted by: w.schwarzenfeld@utanet.at Approved by: maintainer
11 lines
464 B
Perl
11 lines
464 B
Perl
--- gmusicbrowser.pl.orig 2019-02-23 05:33:24 UTC
|
|
+++ gmusicbrowser.pl
|
|
@@ -8977,7 +8977,7 @@ sub Set
|
|
|
|
($cmd,my $pattern)= split /:/,$cmd,2;
|
|
$pattern='' unless defined $pattern;
|
|
- my ($basecmd,my $prop)= Songs::filter_properties($field,"$cmd:$pattern");
|
|
+ my ($basecmd,$prop)= Songs::filter_properties($field,"$cmd:$pattern");
|
|
if (!$prop)
|
|
{ $cmd= Songs::Field_property($field,'default_filter');
|
|
($basecmd,$prop)= Songs::filter_properties($field,$cmd);
|