mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlayingPlugin:
- Added preliminary support to display lyrics (PlayerType=LYRICS) - Applied r825 fix on TrackChangeAction= (sends bang to correct window without the need of #CURRENTCONFIG#) - Some refactoring
This commit is contained in:
@ -27,7 +27,6 @@ struct ParentMeasure
|
||||
UINT childCount;
|
||||
UINT trackCount;
|
||||
CPlayer* player;
|
||||
HANDLE thread;
|
||||
HWND window;
|
||||
std::wstring name;
|
||||
std::wstring iniFile;
|
||||
@ -35,7 +34,7 @@ struct ParentMeasure
|
||||
std::wstring playerPath;
|
||||
bool disableLeadingZero;
|
||||
|
||||
ParentMeasure() : player(NULL), thread(NULL) {}
|
||||
ParentMeasure() : player(NULL) {}
|
||||
};
|
||||
|
||||
struct ChildMeasure
|
||||
|
Reference in New Issue
Block a user