mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-22 21:52:46 +01:00
Fix smart playlist by filename
This commit is contained in:
parent
571a7fa26b
commit
6d397b9988
@ -313,7 +313,7 @@ QString SmartPlaylistSearchTerm::FieldColumnName(const Field field) {
|
||||
case Field_Length:
|
||||
return "length";
|
||||
case Field_Filepath:
|
||||
return "filename";
|
||||
return "url";
|
||||
case Field_Filetype:
|
||||
return "filetype";
|
||||
case Field_Filesize:
|
||||
|
Loading…
Reference in New Issue
Block a user