Compare commits
2 Commits
2026.02.14
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6b28477f9 | ||
|
|
49fba670af |
@@ -446,6 +446,8 @@ class DownloadQueue:
|
||||
output = self.config.OUTPUT_TEMPLATE if len(dl.custom_name_prefix) == 0 else f'{dl.custom_name_prefix}.{self.config.OUTPUT_TEMPLATE}'
|
||||
output_chapter = self.config.OUTPUT_TEMPLATE_CHAPTER
|
||||
entry = getattr(dl, 'entry', None)
|
||||
# Only use playlist/channel templates if CUSTOM_DIRS is enabled
|
||||
if self.config.CUSTOM_DIRS:
|
||||
if entry is not None and 'playlist' in entry and entry['playlist'] is not None:
|
||||
if len(self.config.OUTPUT_TEMPLATE_PLAYLIST):
|
||||
output = self.config.OUTPUT_TEMPLATE_PLAYLIST
|
||||
|
||||
Reference in New Issue
Block a user