|
@@ -56,9 +56,9 @@ $Properties['Media'] = $_POST['media'];
|
56
|
56
|
$Properties['Codec'] = isset($_POST['codec']) ? $_POST['codec'] : '';
|
57
|
57
|
if (!($_POST['resolution'] ?? false)) $_POST['resolution'] = $_POST['ressel'] ?? '';
|
58
|
58
|
$Properties['Resolution'] = $_POST['resolution'] ?? '';
|
59
|
|
-$Properties['AudioFormat'] = isset($_POST['audioformat']) ? $_POST['audioformat'] : '';
|
60
|
|
-$Properties['Subbing'] = isset($_POST['sub']) ? $_POST['sub'] : '';
|
61
|
|
-$Properties['Language'] = isset($_POST['lang']) ? $_POST['lang'] : '';
|
|
59
|
+$Properties['AudioFormat'] = 'nil';
|
|
60
|
+$Properties['Subbing'] = 'nil';
|
|
61
|
+$Properties['Language'] = 'nil';
|
62
|
62
|
$Properties['Subber'] = isset($_POST['subber']) ? $_POST['subber'] : '';
|
63
|
63
|
$Properties['DLsiteID'] = (isset($_POST['dlsiteid'])) ? $_POST['dlsiteid'] : '';
|
64
|
64
|
$Properties['Censored'] = (isset($_POST['censored'])) ? '1' : '0';
|