db/simple: add option to hide CUE target songs
This reduces duplicates in the music database by hiding the original song file when it is referenced by a CUE sheet. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1275
This commit is contained in:
@@ -44,6 +44,8 @@ class SimpleDatabase : public Database {
|
||||
bool compress;
|
||||
#endif
|
||||
|
||||
bool hide_playlist_targets;
|
||||
|
||||
/**
|
||||
* The path where cache files for Mount() are located.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user