Videoteca DB

This commit is contained in:
Alhaziel01
2021-05-11 18:56:11 +02:00
parent 9b70993ad6
commit c942f9b4ec
18 changed files with 1514 additions and 1563 deletions

View File

@@ -231,7 +231,7 @@ def run(item=None):
platformtools.render_items(itemlist, item)
# Special action for adding a movie to the library
elif item.action == "add_pelicula_to_library":
elif item.action == "add_movie_to_library":
from core import videolibrarytools
videolibrarytools.add_movie(item)