This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void spotify ( ) { | |
const static auto & spotify = CONFIG_GET ( HASH_CT ( "crescent:spotify" ) , bool ); | |
if ( !spotify ) | |
return; | |
static HWND spotify_hwnd = nullptr; | |
static float last_hwnd_time = 0.f , last_title_time = 0.f; | |
/* hilariously overengineered solution to get fucking spotify song name */ |