1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/updatedb/updateDb.v9.6.sql
DanielnetoDotCom 16059b5d84 New version 9.6 that add support to encoder Version 3.3
you can now dynamic extract resolutions from MP4 and Webm files on encoder
-- Add Login control
-- Fix some layout issues
-- support for encoder 3.3 and dynamic resolutions for MP4 and webm
2020-10-12 23:03:47 -03:00

5 lines
No EOL
194 B
SQL

-- Add Login control
-- Fix some layout issues
-- support for encoder 3.3 and dynamic resolutions for MP4 and webm
UPDATE configurations SET version = '9.6', modified = now() WHERE id = 1;