Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
- 修复了一个未设置媒体服务器时订阅日志报错的问题
- 媒体库刮削插件支持覆盖已有元数据和图片
- 新增了一个沿用已有刮削名称的开关(默认开),避免TMDB信息变化时导致整理后名称不一致
- 刮削时季的海报优先使用TMDB的图片
- 增加了内建重启失败时的提示
  • Loading branch information
jxxghp committed Sep 8, 2023
1 parent 52d4feb commit 071c81d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/chain/transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def do_transfer(self, path: Path, meta: MetaBase = None,
# 转移成功的不再处理
transferd = self.transferhis.get_by_src(file_path_str)
if transferd and transferd.status:
logger.info(f"{file_path} 已成功转移过,如需重新处理,请删除历史记录。")
continue

# 更新进度
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
APP_VERSION = 'v1.1.5'
APP_VERSION = 'v1.1.6'

0 comments on commit 071c81d

Please sign in to comment.