bad idention

This commit is contained in:
hex3c 2019-03-09 11:39:04 +00:00 committed by GitHub
parent c21a7afae1
commit 29ea135e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class NetEaseMusicBaseIE(InfoExtractor):
'filesize': details.get('size'),
'asr': details.get('sr')
})
return formats
return formats
@classmethod
def convert_milliseconds(cls, ms):