mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlaying.dll: Fixed that SHUFFLE, REPEAT, and VOLUME were not reset on player shutdown
This commit is contained in:
@ -105,7 +105,7 @@ public:
|
||||
bool GetRepeat() const { return m_Repeat; }
|
||||
|
||||
protected:
|
||||
void ClearData();
|
||||
void ClearData(bool all = true);
|
||||
|
||||
bool m_Initialized;
|
||||
UINT m_InstanceCount;
|
||||
|
Reference in New Issue
Block a user