mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-19 23:44:01 +01:00
@@ -55,6 +55,7 @@ def checkFolder():
|
|||||||
|
|
||||||
# Get folder from torrent hash
|
# Get folder from torrent hash
|
||||||
if album['TorrentHash'] and headphones.CONFIG.TORRENT_DOWNLOADER:
|
if album['TorrentHash'] and headphones.CONFIG.TORRENT_DOWNLOADER:
|
||||||
|
torrent_folder_name = None
|
||||||
if headphones.CONFIG.TORRENT_DOWNLOADER == 1:
|
if headphones.CONFIG.TORRENT_DOWNLOADER == 1:
|
||||||
torrent_folder_name, single = transmission.getFolder(album['TorrentHash'])
|
torrent_folder_name, single = transmission.getFolder(album['TorrentHash'])
|
||||||
elif headphones.CONFIG.TORRENT_DOWNLOADER == 4:
|
elif headphones.CONFIG.TORRENT_DOWNLOADER == 4:
|
||||||
|
|||||||
Reference in New Issue
Block a user