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:
parent
efb78d4531
commit
0794bb4ce1
1 changed files with 7 additions and 0 deletions
|
@ -11,5 +11,12 @@
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
||||||
|
(final: prev: {
|
||||||
|
lollypop = prev.lollypop.override {
|
||||||
|
lastFMSupport = false;
|
||||||
|
youtubeSupport = false;
|
||||||
|
};
|
||||||
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue