mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlaying: Fixed that PlayerName=iTunes didn't work with iTunes 10.5
This commit is contained in:
parent
6820c67a80
commit
21f55c0ebb
@ -315,7 +315,7 @@ bool CPlayerITunes::CheckWindow()
|
||||
{
|
||||
oldTime = time;
|
||||
|
||||
HWND wnd = FindWindow(L"iTunes", L"iTunes");
|
||||
HWND wnd = FindWindow(L"ITWindow", L"iTunes");
|
||||
if (wnd && !m_iTunesActive)
|
||||
{
|
||||
m_iTunesActive = true;
|
||||
|
@ -12,7 +12,7 @@
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,1,3,4
|
||||
FILEVERSION 1,1,3,5
|
||||
PRODUCTVERSION PRODUCTVER
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
@ -29,7 +29,7 @@ BEGIN
|
||||
BLOCK "040904E4"
|
||||
BEGIN
|
||||
VALUE "FileDescription", "NowPlaying Plugin for Rainmeter"
|
||||
VALUE "FileVersion", "1.1.3.4"
|
||||
VALUE "FileVersion", "1.1.3.5"
|
||||
VALUE "InternalName", "NowPlaying"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2011 - Birunthan Mohanathas"
|
||||
VALUE "OriginalFilename", "NowPlaying.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user