Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopichler committed Aug 17, 2016
1 parent a26b007 commit 8b011cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/Core/Database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,9 @@ void Database::upgrade()
{
setValue("Config", "theme", "app:fpm-player-dark");

// ---------------------------------------------------------------------
// Version: 2.0.0
// ---------------------------------------------------------------------
// --- RecorderMode ---
if (!exist("RecorderMode", "device"))
add("RecorderMode", "device", "-1");
Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
#define FILE_RADIOLIST "RadioList_2016-08-17.fprp"

;// Data de lançamento da lista de rádios
#define FILE_RADIOLIST_DATE "2016-05-16"
#define FILE_RADIOLIST_DATE "2016-08-17"

0 comments on commit 8b011cd

Please sign in to comment.