Skip to content

Commit

Permalink
3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Feb 7, 2024
1 parent bf010f5 commit 868c268
Show file tree
Hide file tree
Showing 7 changed files with 171 additions and 148 deletions.
178 changes: 90 additions & 88 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"appName": "quark-player",
"productName": "Quark Player",
"applicationId": "com.alex313031.quark-player",
"version": "3.3.2",
"version": "3.3.3",
"description": "Electron based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane and More.",
"main": "./src/main.js",
"engines": {
Expand Down
19 changes: 19 additions & 0 deletions src/default-services.js
Expand Up @@ -125,6 +125,15 @@ module.exports = [
style: {},
permissions: []
},
{
name: 'HDFull TV',
title: 'HDFull',
logo: 'imgs/hd_full.png',
url: 'https://hdfull.sbs',
color: '#129ED9',
style: {},
permissions: []
},
{
name: 'Hulu',
title: 'Hulu',
Expand Down Expand Up @@ -173,6 +182,16 @@ module.exports = [
style: {},
permissions: []
},
{
name: 'Playdede',
title: 'Playdede',
hidden: true,
logo: 'imgs/playdede.png',
url: 'https://playdede.us/',
color: '#FFFFFF',
style: {},
permissions: []
},
{
name: 'Plex',
title: 'Plex',
Expand Down
118 changes: 60 additions & 58 deletions src/package-lock.json

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

2 changes: 1 addition & 1 deletion src/package.json
Expand Up @@ -3,7 +3,7 @@
"appName": "quark-player",
"productName": "Quark Player",
"applicationId": "com.alex313031.quark-player",
"version": "3.3.2",
"version": "3.3.3",
"description": "Electron based Web Video Services Player. Supporting Netflix, Youtube, Twitch, Floatplane and More.",
"main": "./main.js",
"engines": {
Expand Down
Binary file added src/ui/imgs/hd_full.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/ui/imgs/playdede.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 868c268

Please sign in to comment.