mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 17:59:19 +02:00
idx multimedia format/container type
This commit is contained in:
parent
1c69ccc6cd
commit
8ea1f4a751
5 changed files with 11 additions and 5 deletions
|
@ -47,8 +47,8 @@ CONDITIONAL_UPLOAD = True
|
|||
|
||||
|
||||
def main():
|
||||
fp = sys.argv[1]
|
||||
if CONDITIONAL_UPLOAD:
|
||||
fp = sys.argv[1]
|
||||
zb = sys.stdin.buffer.read()
|
||||
zs = zb.decode("utf-8", "replace")
|
||||
md = json.loads(zs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue