Skip to content

Commit

Permalink
Variable spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Nov 5, 2023
1 parent 276f3b7 commit 6f2a86e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion seplis_play_server/scanners/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def __init__(self, scan_path: str, make_thumbnails: bool = False, cleanup_mode =
self.cleanup_mode = cleanup_mode
self.parser = parser


async def save_item(self, item, path):
raise NotImplementedError()

Expand Down
2 changes: 1 addition & 1 deletion seplis_play_server/scanners/subtitles.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class Subtitle_scan(Play_scan):

SCANNER_NAME = 'Subtitles'
SUPPORETD_EXTS = config.subtitle_types
SUPPORTED_EXTS = config.subtitle_types

async def save_item(self, item, path):
if not os.path.exists(path):
Expand Down

0 comments on commit 6f2a86e

Please sign in to comment.