mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-13 16:49:42 +08:00
fix module name
This commit is contained in:
@@ -16,7 +16,7 @@ from app.utils.system import SystemUtils
|
||||
from app.utils.types import MediaType
|
||||
|
||||
|
||||
class Douban(_ModuleBase):
|
||||
class DoubanModule(_ModuleBase):
|
||||
|
||||
doubanapi: DoubanApi = None
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ from app.utils.system import SystemUtils
|
||||
from app.utils.types import MediaType
|
||||
|
||||
|
||||
class TheMovieDb(_ModuleBase):
|
||||
class TheMovieDbModule(_ModuleBase):
|
||||
"""
|
||||
TMDB媒体信息匹配
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user