fix: removed undesired beheaviour from lollypop

lastfm and youtube, this changed was prompted by lollypop depending on
youtube-dl which has been deprecated in favor of yt-dlp and to avoid the
error message it generates, on top of the feature not being necessary
This commit is contained in:
Nydragon 2024-07-14 15:09:03 +00:00
parent efb78d4531
commit 0794bb4ce1

View file

@ -11,5 +11,12 @@
'';
});
})
(final: prev: {
lollypop = prev.lollypop.override {
lastFMSupport = false;
youtubeSupport = false;
};
})
];
}