Make the list of lyrics fetchers customizable

This commit is contained in:
Andrzej Rybczak
2016-11-16 09:12:06 +01:00
parent b833818023
commit a2862b9fdf
9 changed files with 120 additions and 49 deletions

View File

@@ -30,6 +30,7 @@
#include "enums.h"
#include "format.h"
#include "lyrics_fetcher.h"
#include "screen_type.h"
#include "strbuffer.h"
@@ -195,6 +196,8 @@ struct Configuration
std::list<ScreenType> screen_sequence;
SortMode browser_sort_mode;
LyricsFetchers lyrics_fetchers;
};
extern Configuration Config;