Init date for demo dirs

This commit is contained in:
Jupeyy 2020-10-08 07:19:04 +02:00
parent 29644780af
commit a4b32d19a1

View file

@ -756,6 +756,7 @@ int CMenus::DemolistFetchCallback(const char *pName, time_t Date, int IsDir, int
str_format(Item.m_aName, sizeof(Item.m_aName), "%s/", pName);
Item.m_InfosLoaded = false;
Item.m_Valid = false;
Item.m_Date = 0;
}
else
{