1
0
Fork 0
This commit is contained in:
Christian Ferbar 2024-08-21 00:07:59 +02:00
parent c0a76d2734
commit d81b1b0675

View file

@ -194,7 +194,6 @@ def parseSeparatedStrings(items: list[str]) -> dict:
return d
def create_album_name(path_chunks: list[str], album_separator: str) -> str:
"""
Create album names from provided path_chunks string array.