[vlc-commits] [Git][videolan/vlc][master] qml: do not cache artist banner image
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sun Nov 26 19:08:51 UTC 2023
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
4feb0e3c by Fatih Uzunoglu at 2023-11-26T18:52:00+00:00
qml: do not cache artist banner image
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/ArtistTopBanner.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/ArtistTopBanner.qml
=====================================
@@ -65,6 +65,7 @@ FocusScope {
mipmap: !!artist.cover
fillMode: artist.cover ? Image.PreserveAspectCrop : Image.Tile
visible: !blurLoader.active
+ cache: (source === VLCStyle.noArtArtist)
// Single pass linear filtering, in case the effect is not available:
layer.enabled: visible
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4feb0e3c2e9686cbd767d8c1a8cbc7463e25a2ec
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4feb0e3c2e9686cbd767d8c1a8cbc7463e25a2ec
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list