We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee52952 commit 53578acCopy full SHA for 53578ac
db/Binary/archive.PKG.1.sg
@@ -8,7 +8,7 @@ function detect() {
8
if (Binary.compare("7F 50 4B 47")) {
9
var contentId = Binary.getString(48, 48).trim();
10
11
- if (/^[A-Z0-9]{48}$/.test(contentID)) {
+ if (/^[A-Z0-9]{48}$/.test(contentId)) {
12
if (X.isVerbose()) sOptions = "ContentID: " + contentId;
13
bDetected = true;
14
}
0 commit comments