playlist phantom track matching added, updated search queries for efficiency
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CREATE VIRTUAL TABLE IF NOT EXISTS search_index USING fts5(
|
||||
file_path,
|
||||
title,
|
||||
artist,
|
||||
album,
|
||||
content='',
|
||||
tokenize='unicode61 remove_diacritics 2'
|
||||
);
|
||||
Reference in New Issue
Block a user