fix little comment bug

This commit is contained in:
Wise Colt
2019-01-01 20:59:11 +03:00
parent 4e9bfffaee
commit ac8a4dd8d9

View File

@@ -103,7 +103,7 @@ class FlixInfo {
});
}
else {
// Return the error if imdb id cannot be found
// Return the empty result if tmdb return empty
const returnResult = { result: 0, error: 0 };
cb(returnResult)
}
@@ -113,7 +113,7 @@ class FlixInfo {
})
}
else {
// Return the error if imdb id cannot be found
// Return the empty result if imdb id cannot be found
const returnResult = { result: 0, error: 0 };
cb(returnResult)
}