MediaMini: fix another binding loop.

This commit is contained in:
ItsLemmy
2025-09-30 18:20:28 -04:00
parent e324a33137
commit 52d2055699
+1 -1
View File
@@ -279,7 +279,7 @@ Item {
Item {
id: scrollContainer
height: parent.height
width: hasActivePlayer ? childrenRect.width : parent.width
width: parent.width
property real scrollX: 0
x: hasActivePlayer ? scrollX : 0