Fixed 32 bits build

This commit is contained in:
emeric
2020-12-16 09:08:23 +01:00
parent ab6892328b
commit c6322cda18
+1 -1
View File
@@ -53,7 +53,7 @@ using namespace Database;
static const std::string genreClusterName {"GENRE"};
static const std::string reportedStarredDate {"2000-01-01T00:00:00"};
static const std::string reportedDummyDate {"2000-01-01T00:00:00"};
static const unsigned long reportedDummyDateULong {946684800000}; // 2000-01-01T00:00:00 UTC
static const unsigned long reportedDummyDateULong {946684800000UL}; // 2000-01-01T00:00:00 UTC
namespace API::Subsonic
{