Home
last modified time | relevance | path

Searched refs:s_in_hour (Results 1 – 1 of 1) sorted by relevance

/dports/audio/spotify-qt/spotify-qt-3.7/lib/src/spotify/
H A Dapi.cpp13 constexpr long s_in_hour = 60 * 60; in refresh() local
16 && lib::date_time::seconds_since_epoch() - settings.account.last_refresh < s_in_hour) in refresh()