Skip to content

Commit c2f3ee5

Browse files
godamnnit TB
1 parent 5df2d33 commit c2f3ee5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

js/media.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ function get_media(type) {
183183
v+'x-m4v',
184184
v+'x-matroska',
185185
]
186-
if (isVer < 126) {
186+
// theora this still shows up in TB14
187+
//if (isVer < 126) {
187188
// 1860492: theora support removed
188189
videolist.push(
189190
v+'ogg',
@@ -195,7 +196,7 @@ function get_media(type) {
195196
v+'ogg; codecs="theora, vorbis"',
196197
)
197198
videolist.sort()
198-
}
199+
//}
199200
if (gRun && type == "audio") {
200201
addDetail("audio_mimes", audiolist, "lists")
201202
addDetail("video_mimes", videolist, "lists")

0 commit comments

Comments
 (0)