mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 05:51:31 -04:00
Cleanup
This commit is contained in:
parent
dbfe0cc9ef
commit
d3fad8f3c1
@ -31,10 +31,6 @@ public class MediaTypes {
|
||||
return types;
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println(MediaTypes.types);
|
||||
}
|
||||
|
||||
public static String getMediaType(String extension) {
|
||||
for (Entry<String, ExtensionFileFilter> it : types.entrySet()) {
|
||||
if (it.getValue().acceptExtension(extension)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user