mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- NowPlaying.dll/iTunesPlugin.dll: Fixed incompatibility with iTunes controllers
- NowPlaying.dll: Removed support for caching cover art
This commit is contained in:
@ -44,7 +44,7 @@ class CCover
|
||||
public:
|
||||
static bool GetCached(std::wstring& path);
|
||||
static bool GetLocal(std::wstring filename, const std::wstring& folder, std::wstring& target);
|
||||
static bool GetEmbedded(const TagLib::FileRef& fr, std::wstring& target);
|
||||
static bool GetEmbedded(const TagLib::FileRef& fr, const std::wstring& target);
|
||||
static std::wstring GetFileFolder(const std::wstring& file);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user