mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 00:38:52 -05:00
docs
This commit is contained in:
parent
37335243cc
commit
80547dbf06
@ -223,7 +223,7 @@ public class OpenSubtitlesClient implements SubtitleProvider, VideoHashSubtitleS
|
||||
debug.log(Level.SEVERE, "Failed to compute hash", e);
|
||||
}
|
||||
} else {
|
||||
// debug dummy files, e.g. {hash: 1ed67c43e4a3b09f, size: 992272721}
|
||||
// debug dummy files, e.g. { "hash":"ca8395374fad4b83", "size":639511378 }
|
||||
try {
|
||||
Map<?, ?> json = asMap(readJson(readTextFile(f)));
|
||||
if (json != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user