Skip to content

Commit

Permalink
Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
truedread committed Aug 31, 2018
1 parent c6b11b6 commit 16a3462
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions get_manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,8 @@ async function getManifest() {

var localeId = "en-US";
try {
localeId = netflix.appContext.state.model.models.memberContext.data.geo.locale.id;
} catch (e) {
}
localeId = netflix.appContext.state.model.models.memberContext.data.geo.locale.id;
} catch (e) {}

var manifestRequestData = {
"method": "manifest",
Expand Down

0 comments on commit 16a3462

Please sign in to comment.