mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xbmc: add PR2890
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
afa0c91e0c
commit
a2340eba13
29
packages/mediacenter/xbmc/patches/12.2.0/xbmc-990.26.01-PR2890.patch
vendored
Normal file
29
packages/mediacenter/xbmc/patches/12.2.0/xbmc-990.26.01-PR2890.patch
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
From 86a63c5040e307dcb633a5934ab1b3f9114009f5 Mon Sep 17 00:00:00 2001
|
||||
From: arnova <arnova@void.org>
|
||||
Date: Sun, 23 Jun 2013 23:16:55 +0200
|
||||
Subject: [PATCH] changed: Make more obvious we're passing a CFileItem
|
||||
|
||||
---
|
||||
xbmc/music/infoscanner/MusicInfoScanner.cpp | 6 ++++--
|
||||
1 file changed, 4 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/xbmc/music/infoscanner/MusicInfoScanner.cpp b/xbmc/music/infoscanner/MusicInfoScanner.cpp
|
||||
index 84a155c..f93d613 100644
|
||||
--- a/xbmc/music/infoscanner/MusicInfoScanner.cpp
|
||||
+++ b/xbmc/music/infoscanner/MusicInfoScanner.cpp
|
||||
@@ -1009,8 +1009,10 @@ void CMusicInfoScanner::FindArtForAlbums(VECALBUMS &albums, const CStdString &pa
|
||||
}
|
||||
}
|
||||
if (albums.size() == 1 && !albumArt.empty())
|
||||
- { // assign to folder thumb as well
|
||||
- CMusicThumbLoader::SetCachedImage(path, "thumb", albumArt);
|
||||
+ {
|
||||
+ // assign to folder thumb as well
|
||||
+ CFileItem albumItem(path, true);
|
||||
+ CMusicThumbLoader::SetCachedImage(albumItem, "thumb", albumArt);
|
||||
}
|
||||
}
|
||||
|
||||
--
|
||||
1.8.1.6
|
||||
|
1875
packages/mediacenter/xbmc/patches/12.2.0/xbmc-990.26.02-PR2890.patch
vendored
Normal file
1875
packages/mediacenter/xbmc/patches/12.2.0/xbmc-990.26.02-PR2890.patch
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user