diff --git a/yt-playlist-main.py b/yt-playlist-main.py index 2181155..b596331 100644 --- a/yt-playlist-main.py +++ b/yt-playlist-main.py @@ -518,6 +518,6 @@ class PlaylistManager: if __name__ == "__main__": cfg = ConfigLoader("yt-playlist-config.json") - update_yt_dlp(cfg.yt_dlp_path) #update yt-dpl executable + if not is_docker(): update_yt_dlp(cfg.yt_dlp_path) #update yt-dpl executable manager = PlaylistManager(cfg) - manager.run() + manager.run() \ No newline at end of file