mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlayingPlugin:
- Fixed that PlayerName=, TrackChangeAction=, and DisableLeadingZero= were global (i.e. only usable from the first loaded skin) - Code refactoring and cleanup
This commit is contained in:
@ -255,6 +255,7 @@
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="Cover.cpp" />
|
||||
<ClCompile Include="NowPlaying.cpp" />
|
||||
<ClCompile Include="Player.cpp" />
|
||||
<ClCompile Include="PlayerAIMP.cpp" />
|
||||
@ -342,6 +343,7 @@
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="Cover.h" />
|
||||
<ClInclude Include="NowPlaying.h" />
|
||||
<ClInclude Include="Player.h" />
|
||||
<ClInclude Include="PlayerAIMP.h" />
|
||||
|
Reference in New Issue
Block a user