fix: small errors while testing

This commit is contained in:
2024-04-10 13:47:35 +02:00
parent 40b0ff6f7b
commit b79ba349ce
4 changed files with 13 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ from rich.console import Console
from .utils.shared import DEBUG, DEBUG_LOGGING
from .utils.config import logging_settings, main_settings, read_config
__version__ = "1.9.0"
__version__ = "1.11.0"
read_config()

View File

@@ -683,3 +683,7 @@ class Label(Base):
options.extend(self.album_collection.shallow_list)
return options
@property
def option_string(self):
return self.__repr__()