Small fixes to prevent changes when updating
This commit is contained in:
parent
67b2984f91
commit
2cbea8c226
1330 changed files with 1562 additions and 752 deletions
|
|
@ -1,2 +1,8 @@
|
|||
def get_file_name(profile_name):
|
||||
return profile_name.replace("/", "-").replace("[", "(").replace("]", ")")
|
||||
return (
|
||||
profile_name.replace("/", "-")
|
||||
.replace("[", "(")
|
||||
.replace("]", ")")
|
||||
# TODO: This triggers to often, how to be more specific?
|
||||
.replace("HDR10Plus", "HDR10+")
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue