Skip to content

Commit

Permalink
Added support for TheMovieDB::TV
Browse files Browse the repository at this point in the history
  • Loading branch information
Laharah committed May 9, 2020
1 parent b21eec7 commit 7585a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions filebottool/pyfilebot.py
Expand Up @@ -38,8 +38,8 @@
FILEBOT_ORDERS = [None, "dvd", "airdate", "absolute"]

FILEBOT_DATABASES = [
None, 'TheTVDB', 'Tvmaze', 'AniDB', 'OpenSubtitles', 'TheMovieDB', 'OMDb', 'AcoustID',
'ID3 Tags'
None, 'TheTVDB', 'Tvmaze', 'AniDB', 'OpenSubtitles', 'TheMovieDB', 'TheMovieDB::TV',
'OMDb', 'AcoustID', 'ID3 Tags',
]

FILEBOT_RENAME_ACTIONS = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
__plugin_name__ = "FileBotTool"
__author__ = "laharah"
__author_email__ = "laharah+fbt@gmail.com"
__version__ = "1.2.9"
__version__ = "1.2.10"
__url__ = "https://github.com/Laharah/deluge-FileBotTool"
__license__ = "GPLv3"
__description__ = "Integrates FileBot functionality to Deluge"
Expand Down

0 comments on commit 7585a14

Please sign in to comment.