Skip to content

Commit

Permalink
up main files
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Jul 29, 2022
1 parent 394cf40 commit bc6409b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/githubio/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/githubio/js/main_uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -30525,7 +30525,7 @@
cell.stream.title, //2
cell.stream.game.displayName, //3
Main_addCommas(cell.stream.viewersCount), //4
'[' + cell.stream.broadcaster.language + ']', //5
cell.stream.broadcaster.language ? '[' + cell.stream.broadcaster.language.toUpperCase() + ']' : '', //5
cell.stream.broadcaster.login, //6
cell.stream.id.toString(), //7 broadcast id
Main_is_rerun(cell.stream.type), //8
Expand Down

0 comments on commit bc6409b

Please sign in to comment.