🎨 add switch method

This commit is contained in:
Ondrej Samohel 2022-10-28 10:50:56 +02:00
parent 1b79f3162b
commit c5790fa896
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -85,3 +85,6 @@ class AssLoader(load.LoaderPlugin):
)
return os.path.normpath(path).replace("\\", "/")
def switch(self, container, representation):
self.update(container, representation)