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:
@ -70,7 +70,7 @@ bool CCover::GetLocal(std::wstring filename, const std::wstring& folder, std::ws
|
||||
** Attempts to extract cover art from audio files.
|
||||
**
|
||||
*/
|
||||
bool CCover::GetEmbedded(const TagLib::FileRef& fr, std::wstring& target)
|
||||
bool CCover::GetEmbedded(const TagLib::FileRef& fr, const std::wstring& target)
|
||||
{
|
||||
bool found = false;
|
||||
|
||||
|
Reference in New Issue
Block a user