diff options
-rw-r--r-- | lvc/resources/converters/others.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lvc/resources/converters/others.py b/lvc/resources/converters/others.py index 13ad3b0..f6f9e54 100644 --- a/lvc/resources/converters/others.py +++ b/lvc/resources/converters/others.py @@ -1,5 +1,6 @@ from lvc.converter import FFmpegConverterInfo + class PlaystationPortable(FFmpegConverterInfo): media_type = 'other' extension = 'mp4' |