Switch to unified view

a/src/contentdirectory.cxx b/src/contentdirectory.cxx
...
...
168
}
168
}
169
169
170
static vector<UpSong> rootdir;
170
static vector<UpSong> rootdir;
171
void makerootdir()
171
void makerootdir()
172
{
172
{
173
    rootdir.push_back(UpSong::container("0$tidal", "0", "Tidal"));
173
    rootdir.push_back(UpSong::container("0$tidal$", "0", "Tidal"));
174
}
174
}
175
175
176
// Returns totalmatches
176
// Returns totalmatches
177
static size_t readroot(int offs, int cnt, vector<UpSong>& out)
177
static size_t readroot(int offs, int cnt, vector<UpSong>& out)
178
{
178
{