Преглед изворни кода

Made Filebot action for simple renames configuration.

master
treyzania пре 6 година
родитељ
комит
59cd63c1a6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      booty.py

+ 1
- 1
booty.py Прегледај датотеку

@@ -85,7 +85,7 @@ for f in os.listdir(os.getcwd()):

name, ext = os.path.splitext(f)
if ext in video_exts:
sources.append(gen_title_action(f, 'hardlink'))
sources.append(gen_title_action(f, cfg['simpleaction']))
elif ext == '.rar':

# RARs are a little more complicated to handle.

Loading…
Откажи
Сачувај