compare hashes instead of filenames
This commit is contained in:
@@ -23,15 +23,12 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#include "ncmpcpp.h"
|
||||
#include "settings.h"
|
||||
#include "song.h"
|
||||
|
||||
extern ncmpcpp_config Config;
|
||||
|
||||
void * BoldSongsFromPlaylist(void *);
|
||||
bool SortSongsByTrack(const Song &, const Song &);
|
||||
bool CaseInsensitiveComparison(string, string);
|
||||
void WindowTitle(const string &);
|
||||
|
||||
Reference in New Issue
Block a user