add support for unicode aware regular expressions if available
This commit is contained in:
@@ -94,7 +94,7 @@ private:
|
||||
bool m_reload_total_length;
|
||||
bool m_reload_remaining;
|
||||
|
||||
RegexFilter<MPD::Song> m_search_predicate;
|
||||
Regex::Filter<MPD::Song> m_search_predicate;
|
||||
};
|
||||
|
||||
extern Playlist *myPlaylist;
|
||||
|
||||
Reference in New Issue
Block a user