forked from Shinonome/dots-hyprland
fix player track change slow art update (#2036)
This commit is contained in:
@@ -77,7 +77,7 @@ Item { // Player instance
|
|||||||
id: coverArtDownloader
|
id: coverArtDownloader
|
||||||
property string targetFile: root.artUrl
|
property string targetFile: root.artUrl
|
||||||
property string artFilePath: root.artFilePath
|
property string artFilePath: root.artFilePath
|
||||||
command: [ "bash", "-c", `[ -f ${artFilePath} ] || curl -sSL '${targetFile}' -o '${artFilePath}'` ]
|
command: [ "bash", "-c", `[ -f ${artFilePath} ] || curl -4 -sSL '${targetFile}' -o '${artFilePath}'` ]
|
||||||
onExited: (exitCode, exitStatus) => {
|
onExited: (exitCode, exitStatus) => {
|
||||||
root.downloaded = true
|
root.downloaded = true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user