mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 13:06:34 +00:00
fixup: the 'p' must still be removed
This commit is contained in:
parent
8bedd4f9ff
commit
b64ca284e7
@ -87,7 +87,7 @@ for name in SourceResolution.names:
|
||||
if name.endswith('0P'):
|
||||
value = SourceResolution.__dict__.get(name, None)
|
||||
if isinstance(value, Enum):
|
||||
value = int(value.value)
|
||||
value = int(value.value[: -1])
|
||||
SourceResolutionInteger.update({name: value})
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user