output nfo

This commit is contained in:
Jesse Bannon 2024-01-10 21:19:04 -08:00
parent ff12e42ed2
commit 87a7c2615d

View file

@ -32,7 +32,7 @@ class OutputDirectoryNfoTagsOptions(SharedNfoTagsOptions):
# Hack to make it so collection named seasons do not error # Hack to make it so collection named seasons do not error
# when adding output_directory_nfo info for plex # when adding output_directory_nfo info for plex
_required_keys = set() _required_keys = set()
_optional_keys = {"kodi_safe", "nfo_name", "nfo_root", "tags"} _optional_keys = {"enable", "kodi_safe", "nfo_name", "nfo_root", "tags"}
@property @property
def nfo_root(self) -> StringFormatterValidator: def nfo_root(self) -> StringFormatterValidator: