瀏覽代碼

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…
取消
儲存