Skip to content

Commit

Permalink
[ENH] New modern covers and background enhancements (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilmour committed Nov 1, 2023
1 parent 0a38784 commit c7f9e33
Show file tree
Hide file tree
Showing 11 changed files with 1,046 additions and 671 deletions.
8 changes: 8 additions & 0 deletions .idea/libreflix.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

221 changes: 221 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions controllers/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ exports.watchGet = function(req, res){
ep_number = 0;
}

var isMobile = false
var isDesktop = false
var isMobile = false;
var isDesktop = false;
// to test if desktop
if (req.device.type == 'phone') {
isMobile = true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libreflix",
"version": "1.0.0",
"version": "1.3.1",
"description": "",
"scripts": {
"start": "node server.js",
Expand Down

0 comments on commit c7f9e33

Please sign in to comment.