mirror of
https://github.com/jely2002/youtube-dl-gui.git
synced 2021-11-01 22:46:21 +03:00
fix: disable view log button for unified playlist downloads
This commit is contained in:
@@ -588,7 +588,9 @@ async function addVideo(args) {
|
||||
$(template).find('.options').addClass("d-flex");
|
||||
$(template).find('select').addClass("d-none");
|
||||
$(template).find('.download-btn i, .download-btn, .subtitle-btn, .subtitle-btn i').addClass("disabled");
|
||||
changeDownloadIconToLog(template);
|
||||
if(!$(template).hasClass("unified")) {
|
||||
changeDownloadIconToLog(template);
|
||||
}
|
||||
});
|
||||
|
||||
$(template).find('.subtitle-btn').on('click', () => {
|
||||
|
||||
Reference in New Issue
Block a user