added config.py changes
This commit is contained in:
@@ -47,6 +47,8 @@ class Movie(Title):
|
||||
|
||||
def __str__(self) -> str:
|
||||
if self.year:
|
||||
if config.dash_naming:
|
||||
return f"{self.name} - {self.year}"
|
||||
return f"{self.name} ({self.year})"
|
||||
return self.name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user