mirror of
				https://github.com/Mastermindzh/tidal-hifi.git
				synced 2025-11-04 10:49:26 +01:00 
			
		
		
		
	Compare commits
	
		
			36 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d67f62c0dc | |||
| ae699887b2 | |||
| b2afd44dd6 | |||
| a8c635932f | |||
| 66d0d004bf | |||
| d1e0321058 | |||
| 2ab5a556ab | |||
| baf719fc60 | |||
| 15c8f6a418 | |||
| f73521e2e5 | |||
| 
						 | 
					0f5e00c4df | ||
| 
						 | 
					974877ea4f | ||
| 
						 | 
					6be5774001 | ||
| 
						 | 
					f96cf2e8da | ||
| 
						 | 
					f832bd2712 | ||
| 
						 | 
					cb8667bd41 | ||
| 91156e5936 | |||
| 
						 | 
					57e9a2dcb8 | ||
| 
						 | 
					21edcd6ad5 | ||
| 
						 | 
					3dc42eceb0 | ||
| 
						 | 
					b1830f5684 | ||
| 
						 | 
					1a0c15e17f | ||
| 6e59d59a1d | |||
| 
						 | 
					fab7497311 | ||
| fccbcc77ea | |||
| 
						 | 
					041c19fb52 | ||
| e36c562afa | |||
| 1589aa5251 | |||
| 8c672dd1eb | |||
| 
						 | 
					3769550f24 | ||
| 
						 | 
					5a06b6c53f | ||
| 
						 | 
					1d4ef66d27 | ||
| e02f07401b | |||
| 118f92e75a | |||
| 
						 | 
					788d302ce8 | ||
| 
						 | 
					cc09f35b49 | 
@@ -1,13 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "plugins": [
 | 
					  "plugins": ["stylelint-prettier"],
 | 
				
			||||||
    "stylelint-prettier"
 | 
					  "extends": ["stylelint-config-standard-scss"],
 | 
				
			||||||
  ],
 | 
					  "ignoreFiles": ["src/themes/**.scss"],
 | 
				
			||||||
  "extends": [
 | 
					 | 
				
			||||||
    "stylelint-config-standard-scss"
 | 
					 | 
				
			||||||
  ],
 | 
					 | 
				
			||||||
  "ignoreFiles": [
 | 
					 | 
				
			||||||
    "src/themes/**.scss"
 | 
					 | 
				
			||||||
  ],
 | 
					 | 
				
			||||||
  "rules": {
 | 
					  "rules": {
 | 
				
			||||||
    "prettier/prettier": true,
 | 
					    "prettier/prettier": true,
 | 
				
			||||||
    "scss/at-extend-no-missing-placeholder": null,
 | 
					    "scss/at-extend-no-missing-placeholder": null,
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@@ -14,7 +14,6 @@
 | 
				
			|||||||
    "rescrobbler",
 | 
					    "rescrobbler",
 | 
				
			||||||
    "scrobble",
 | 
					    "scrobble",
 | 
				
			||||||
    "scrobbling",
 | 
					    "scrobbling",
 | 
				
			||||||
    "Songwhip",
 | 
					 | 
				
			||||||
    "trackid",
 | 
					    "trackid",
 | 
				
			||||||
    "tracklist",
 | 
					    "tracklist",
 | 
				
			||||||
    "widevine",
 | 
					    "widevine",
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
 | 
				
			|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 | 
					The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 | 
				
			||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 | 
					and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## [5.17.0]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Added an option to disable the dynamic title and set it to a static one, [#491](https://github.com/Mastermindzh/tidal-hifi/pull/491)
 | 
				
			||||||
 | 
					- Discord integration now says "Listening to" instead of "playing" [#488](https://github.com/Mastermindzh/tidal-hifi/pull/488) && [#454](https://github.com/Mastermindzh/tidal-hifi/pull/454)
 | 
				
			||||||
 | 
					- Fixed several element names in the dom scraper
 | 
				
			||||||
 | 
					- Removed the Songwhip (they shut down) integration and replaced it with TIDAL's universal link system
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [5.16.0]
 | 
					## [5.16.0]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Fix issue #449 Discord RPC stuck on "Browsing Tidal".
 | 
					- Fix issue #449 Discord RPC stuck on "Browsing Tidal".
 | 
				
			||||||
@@ -14,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- Added all missing swagger/openApi info with the help of [Times-Z](https://github.com/Times-Z)
 | 
					- Added all missing swagger/openApi info with the help of [Times-Z](https://github.com/Times-Z)
 | 
				
			||||||
- Updated most dependency versions
 | 
					- Updated most dependency versions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - This includes Electron 31!
 | 
					  - This includes Electron 31!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Added a channel selector so we can now use Tidal's staging environment directly from the app
 | 
					- Added a channel selector so we can now use Tidal's staging environment directly from the app
 | 
				
			||||||
@@ -105,10 +113,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- Updated Electron to 28.1.1 (fixes [325](https://github.com/Mastermindzh/tidal-hifi/issues/325))
 | 
					- Updated Electron to 28.1.1 (fixes [325](https://github.com/Mastermindzh/tidal-hifi/issues/325))
 | 
				
			||||||
- Updated dependencies to latest
 | 
					- Updated dependencies to latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - added theme files to stylelint ignore
 | 
					  - added theme files to stylelint ignore
 | 
				
			||||||
  - fixed other stylelint errors
 | 
					  - fixed other stylelint errors
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Added functionality to favorite a song (fixes [#323](https://github.com/Mastermindzh/tidal-hifi/issues/323))
 | 
					- Added functionality to favorite a song (fixes [#323](https://github.com/Mastermindzh/tidal-hifi/issues/323))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - Added a hotkey to favorite ("Add to collection") songs: Control+a
 | 
					  - Added a hotkey to favorite ("Add to collection") songs: Control+a
 | 
				
			||||||
  - Added the "favorite" field in the `mediaInfo` and the API `/current` endpoint
 | 
					  - Added the "favorite" field in the `mediaInfo` and the API `/current` endpoint
 | 
				
			||||||
  - Added an endpoint to toggle favoriting a song: `http://localhost:47836/favorite/toggle`
 | 
					  - Added an endpoint to toggle favoriting a song: `http://localhost:47836/favorite/toggle`
 | 
				
			||||||
@@ -129,10 +139,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 | 
				
			|||||||
- Added settings to customize the Discord rich presence information
 | 
					- Added settings to customize the Discord rich presence information
 | 
				
			||||||
  - Discord settings are now also collapsible like the ListenBrainz ones are
 | 
					  - Discord settings are now also collapsible like the ListenBrainz ones are
 | 
				
			||||||
- Restyled settings menu to include version number and useful links on the about page
 | 
					- Restyled settings menu to include version number and useful links on the about page
 | 
				
			||||||
    
 | 
					  
 | 
				
			||||||
- The ListenBrainz integration has been extended with a configurable (5 seconds by default) delay in song reporting so that it doesn't spam the API when you are cycling through songs.
 | 
					- The ListenBrainz integration has been extended with a configurable (5 seconds by default) delay in song reporting so that it doesn't spam the API when you are cycling through songs.
 | 
				
			||||||
- Custom CSS now also applies to settings window
 | 
					- Custom CSS now also applies to settings window
 | 
				
			||||||
    
 | 
					  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [5.6.0]
 | 
					## [5.6.0]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -48,7 +48,6 @@ The web version of [listen.tidal.com](https://listen.tidal.com) running in elect
 | 
				
			|||||||
- AlbumArt in integrations ([best-effort](https://github.com/Mastermindzh/tidal-hifi/pull/88#pullrequestreview-840814847))
 | 
					- AlbumArt in integrations ([best-effort](https://github.com/Mastermindzh/tidal-hifi/pull/88#pullrequestreview-840814847))
 | 
				
			||||||
- Custom [integrations](#integrations)
 | 
					- Custom [integrations](#integrations)
 | 
				
			||||||
  - [ListenBrainz](https://listenbrainz.org/?redirect=false) integration
 | 
					  - [ListenBrainz](https://listenbrainz.org/?redirect=false) integration
 | 
				
			||||||
  - Songwhip.com integration (hotkey `ctrl + w`)
 | 
					 | 
				
			||||||
  - Discord RPC integration (showing "now listening", "Browsing", etc)
 | 
					  - Discord RPC integration (showing "now listening", "Browsing", etc)
 | 
				
			||||||
    - Flatpak version only works if both Discord and Tidal-HiFi are flatpaks
 | 
					    - Flatpak version only works if both Discord and Tidal-HiFi are flatpaks
 | 
				
			||||||
  - MPRIS integration
 | 
					  - MPRIS integration
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,4 +8,3 @@ Only the very latest 😄.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
If you find a vulnerability just add it as an issue.
 | 
					If you find a vulnerability just add it as an issue.
 | 
				
			||||||
If there's an especially bad vulnerability that you don't want to make public just send me a private message (email, discord, wherever).
 | 
					If there's an especially bad vulnerability that you don't want to make public just send me a private message (email, discord, wherever).
 | 
				
			||||||
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										431
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										431
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -1,31 +1,30 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "tidal-hifi",
 | 
					  "name": "tidal-hifi",
 | 
				
			||||||
  "version": "5.16.0",
 | 
					  "version": "5.17.0",
 | 
				
			||||||
  "lockfileVersion": 3,
 | 
					  "lockfileVersion": 3,
 | 
				
			||||||
  "requires": true,
 | 
					  "requires": true,
 | 
				
			||||||
  "packages": {
 | 
					  "packages": {
 | 
				
			||||||
    "": {
 | 
					    "": {
 | 
				
			||||||
      "name": "tidal-hifi",
 | 
					      "name": "tidal-hifi",
 | 
				
			||||||
      "version": "5.16.0",
 | 
					      "version": "5.17.0",
 | 
				
			||||||
      "license": "MIT",
 | 
					      "license": "MIT",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "@electron/remote": "^2.1.2",
 | 
					        "@electron/remote": "^2.1.2",
 | 
				
			||||||
        "@types/swagger-jsdoc": "^6.0.4",
 | 
					        "@types/swagger-jsdoc": "^6.0.4",
 | 
				
			||||||
        "axios": "^1.7.2",
 | 
					        "@xhayper/discord-rpc": "^1.2.0",
 | 
				
			||||||
 | 
					        "axios": "^1.7.7",
 | 
				
			||||||
        "cors": "^2.8.5",
 | 
					        "cors": "^2.8.5",
 | 
				
			||||||
        "discord-rpc": "^4.0.1",
 | 
					 | 
				
			||||||
        "electron-store": "^8.2.0",
 | 
					        "electron-store": "^8.2.0",
 | 
				
			||||||
        "express": "^4.19.2",
 | 
					        "express": "^4.21.1",
 | 
				
			||||||
        "hotkeys-js": "^3.13.7",
 | 
					        "hotkeys-js": "^3.13.7",
 | 
				
			||||||
        "mpris-service": "^2.1.2",
 | 
					        "mpris-service": "^2.1.2",
 | 
				
			||||||
        "request": "^2.88.2",
 | 
					        "request": "^2.88.2",
 | 
				
			||||||
        "sass": "^1.77.8",
 | 
					        "sass": "^1.79.4",
 | 
				
			||||||
        "swagger-ui-express": "^5.0.1"
 | 
					        "swagger-ui-express": "^5.0.1"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "devDependencies": {
 | 
					      "devDependencies": {
 | 
				
			||||||
        "@mastermindzh/prettier-config": "^1.0.0",
 | 
					        "@mastermindzh/prettier-config": "^1.0.0",
 | 
				
			||||||
        "@types/cors": "^2.8.17",
 | 
					        "@types/cors": "^2.8.17",
 | 
				
			||||||
        "@types/discord-rpc": "^4.0.8",
 | 
					 | 
				
			||||||
        "@types/express": "^4.17.21",
 | 
					        "@types/express": "^4.17.21",
 | 
				
			||||||
        "@types/node": "^20.14.10",
 | 
					        "@types/node": "^20.14.10",
 | 
				
			||||||
        "@types/request": "^2.48.12",
 | 
					        "@types/request": "^2.48.12",
 | 
				
			||||||
@@ -402,6 +401,59 @@
 | 
				
			|||||||
        "url": "https://opencollective.com/webpack"
 | 
					        "url": "https://opencollective.com/webpack"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/@discordjs/collection": {
 | 
				
			||||||
 | 
					      "version": "2.1.1",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/@discordjs/collection/-/collection-2.1.1.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-LiSusze9Tc7qF03sLCujF5iZp7K+vRNEDBZ86FT9aQAv3vxMLihUvKvpsCWiQ2DJq1tVckopKm1rxomgNUc9hg==",
 | 
				
			||||||
 | 
					      "license": "Apache-2.0",
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">=18"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "funding": {
 | 
				
			||||||
 | 
					        "url": "https://github.com/discordjs/discord.js?sponsor"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/@discordjs/rest": {
 | 
				
			||||||
 | 
					      "version": "2.4.0",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/@discordjs/rest/-/rest-2.4.0.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-Xb2irDqNcq+O8F0/k/NaDp7+t091p+acb51iA4bCKfIn+WFWd6HrNvcsSbMMxIR9NjcMZS6NReTKygqiQN+ntw==",
 | 
				
			||||||
 | 
					      "license": "Apache-2.0",
 | 
				
			||||||
 | 
					      "dependencies": {
 | 
				
			||||||
 | 
					        "@discordjs/collection": "^2.1.1",
 | 
				
			||||||
 | 
					        "@discordjs/util": "^1.1.1",
 | 
				
			||||||
 | 
					        "@sapphire/async-queue": "^1.5.3",
 | 
				
			||||||
 | 
					        "@sapphire/snowflake": "^3.5.3",
 | 
				
			||||||
 | 
					        "@vladfrangu/async_event_emitter": "^2.4.6",
 | 
				
			||||||
 | 
					        "discord-api-types": "0.37.97",
 | 
				
			||||||
 | 
					        "magic-bytes.js": "^1.10.0",
 | 
				
			||||||
 | 
					        "tslib": "^2.6.3",
 | 
				
			||||||
 | 
					        "undici": "6.19.8"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">=18"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "funding": {
 | 
				
			||||||
 | 
					        "url": "https://github.com/discordjs/discord.js?sponsor"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/@discordjs/rest/node_modules/discord-api-types": {
 | 
				
			||||||
 | 
					      "version": "0.37.97",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.97.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-No1BXPcVkyVD4ZVmbNgDKaBoqgeQ+FJpzZ8wqHkfmBnTZig1FcH3iPPersiK1TUIAzgClh2IvOuVUYfcWLQAOA==",
 | 
				
			||||||
 | 
					      "license": "MIT"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/@discordjs/util": {
 | 
				
			||||||
 | 
					      "version": "1.1.1",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/@discordjs/util/-/util-1.1.1.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-eddz6UnOBEB1oITPinyrB2Pttej49M9FZQY8NxgEvc3tq6ZICZ19m70RsmzRdDHk80O9NoYN/25AqJl8vPVf/g==",
 | 
				
			||||||
 | 
					      "license": "Apache-2.0",
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">=18"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "funding": {
 | 
				
			||||||
 | 
					        "url": "https://github.com/discordjs/discord.js?sponsor"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/@dual-bundle/import-meta-resolve": {
 | 
					    "node_modules/@dual-bundle/import-meta-resolve": {
 | 
				
			||||||
      "version": "4.1.0",
 | 
					      "version": "4.1.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz",
 | 
				
			||||||
@@ -1115,6 +1167,26 @@
 | 
				
			|||||||
        "node": ">=14"
 | 
					        "node": ">=14"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/@sapphire/async-queue": {
 | 
				
			||||||
 | 
					      "version": "1.5.3",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/@sapphire/async-queue/-/async-queue-1.5.3.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-x7zadcfJGxFka1Q3f8gCts1F0xMwCKbZweM85xECGI0hBTeIZJGGCrHgLggihBoprlQ/hBmDR5LKfIPqnmHM3w==",
 | 
				
			||||||
 | 
					      "license": "MIT",
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">=v14.0.0",
 | 
				
			||||||
 | 
					        "npm": ">=7.0.0"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/@sapphire/snowflake": {
 | 
				
			||||||
 | 
					      "version": "3.5.3",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/@sapphire/snowflake/-/snowflake-3.5.3.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-jjmJywLAFoWeBi1W7994zZyiNWPIiqRRNAmSERxyg93xRGzNYvGjlZ0gR6x0F4gPRi2+0O6S71kOZYyr3cxaIQ==",
 | 
				
			||||||
 | 
					      "license": "MIT",
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">=v14.0.0",
 | 
				
			||||||
 | 
					        "npm": ">=7.0.0"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/@sindresorhus/is": {
 | 
					    "node_modules/@sindresorhus/is": {
 | 
				
			||||||
      "version": "4.6.0",
 | 
					      "version": "4.6.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
 | 
				
			||||||
@@ -1230,21 +1302,6 @@
 | 
				
			|||||||
        "@types/ms": "*"
 | 
					        "@types/ms": "*"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@types/discord-rpc": {
 | 
					 | 
				
			||||||
      "version": "4.0.8",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@types/discord-rpc/-/discord-rpc-4.0.8.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha512-1tZf217Natkj+TziNXRRLwNmdm5GNa1bnrQr8VWowquo/Su5hMjdhobj8URxW1COMk2da28XCU1ahsYCAlxirA==",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "dependencies": {
 | 
					 | 
				
			||||||
        "@types/events": "*"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/@types/events": {
 | 
					 | 
				
			||||||
      "version": "3.0.3",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.3.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha512-trOc4AAUThEz9hapPtSd7wf5tiQKvTtu5b371UxXdTuqzIh0ArcRspRP0i0Viu+LXstIQ1z96t1nsPxT9ol01g==",
 | 
					 | 
				
			||||||
      "dev": true
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/@types/express": {
 | 
					    "node_modules/@types/express": {
 | 
				
			||||||
      "version": "4.17.21",
 | 
					      "version": "4.17.21",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
 | 
				
			||||||
@@ -1818,6 +1875,52 @@
 | 
				
			|||||||
      "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
 | 
					      "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/@vladfrangu/async_event_emitter": {
 | 
				
			||||||
 | 
					      "version": "2.4.6",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/@vladfrangu/async_event_emitter/-/async_event_emitter-2.4.6.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-RaI5qZo6D2CVS6sTHFKg1v5Ohq/+Bo2LZ5gzUEwZ/WkHhwtGTCB/sVLw8ijOkAUxasZ+WshN/Rzj4ywsABJ5ZA==",
 | 
				
			||||||
 | 
					      "license": "MIT",
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">=v14.0.0",
 | 
				
			||||||
 | 
					        "npm": ">=7.0.0"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/@xhayper/discord-rpc": {
 | 
				
			||||||
 | 
					      "version": "1.2.0",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/@xhayper/discord-rpc/-/discord-rpc-1.2.0.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-cKjs9TKzN/7JoozijjszQjUEK1qnLHpEvcJQ2OGFBZjymUzIOH7l14KUu7TQtaIEk0Aw9Bx2w7TfQ0O6tp5mCw==",
 | 
				
			||||||
 | 
					      "license": "ISC",
 | 
				
			||||||
 | 
					      "dependencies": {
 | 
				
			||||||
 | 
					        "@discordjs/rest": "^2.3.0",
 | 
				
			||||||
 | 
					        "@vladfrangu/async_event_emitter": "^2.4.4",
 | 
				
			||||||
 | 
					        "discord-api-types": "^0.37.93",
 | 
				
			||||||
 | 
					        "ws": "^8.18.0"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">=16.11.0"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/@xhayper/discord-rpc/node_modules/ws": {
 | 
				
			||||||
 | 
					      "version": "8.18.0",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
 | 
				
			||||||
 | 
					      "license": "MIT",
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">=10.0.0"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "peerDependencies": {
 | 
				
			||||||
 | 
					        "bufferutil": "^4.0.1",
 | 
				
			||||||
 | 
					        "utf-8-validate": ">=5.0.2"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "peerDependenciesMeta": {
 | 
				
			||||||
 | 
					        "bufferutil": {
 | 
				
			||||||
 | 
					          "optional": true
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "utf-8-validate": {
 | 
				
			||||||
 | 
					          "optional": true
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/@xmldom/xmldom": {
 | 
					    "node_modules/@xmldom/xmldom": {
 | 
				
			||||||
      "version": "0.8.10",
 | 
					      "version": "0.8.10",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
 | 
				
			||||||
@@ -2024,6 +2127,7 @@
 | 
				
			|||||||
      "version": "3.1.3",
 | 
					      "version": "3.1.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
 | 
				
			||||||
      "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
 | 
					      "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "normalize-path": "^3.0.0",
 | 
					        "normalize-path": "^3.0.0",
 | 
				
			||||||
        "picomatch": "^2.0.4"
 | 
					        "picomatch": "^2.0.4"
 | 
				
			||||||
@@ -2260,9 +2364,9 @@
 | 
				
			|||||||
      "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg=="
 | 
					      "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/axios": {
 | 
					    "node_modules/axios": {
 | 
				
			||||||
      "version": "1.7.2",
 | 
					      "version": "1.7.7",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
 | 
				
			||||||
      "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==",
 | 
					      "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
 | 
				
			||||||
      "license": "MIT",
 | 
					      "license": "MIT",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "follow-redirects": "^1.15.6",
 | 
					        "follow-redirects": "^1.15.6",
 | 
				
			||||||
@@ -2322,6 +2426,7 @@
 | 
				
			|||||||
      "version": "2.2.0",
 | 
					      "version": "2.2.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
 | 
					      "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">=8"
 | 
					        "node": ">=8"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
@@ -2353,9 +2458,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/body-parser": {
 | 
					    "node_modules/body-parser": {
 | 
				
			||||||
      "version": "1.20.2",
 | 
					      "version": "1.20.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
 | 
				
			||||||
      "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==",
 | 
					      "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "bytes": "3.1.2",
 | 
					        "bytes": "3.1.2",
 | 
				
			||||||
        "content-type": "~1.0.5",
 | 
					        "content-type": "~1.0.5",
 | 
				
			||||||
@@ -2365,7 +2470,7 @@
 | 
				
			|||||||
        "http-errors": "2.0.0",
 | 
					        "http-errors": "2.0.0",
 | 
				
			||||||
        "iconv-lite": "0.4.24",
 | 
					        "iconv-lite": "0.4.24",
 | 
				
			||||||
        "on-finished": "2.4.1",
 | 
					        "on-finished": "2.4.1",
 | 
				
			||||||
        "qs": "6.11.0",
 | 
					        "qs": "6.13.0",
 | 
				
			||||||
        "raw-body": "2.5.2",
 | 
					        "raw-body": "2.5.2",
 | 
				
			||||||
        "type-is": "~1.6.18",
 | 
					        "type-is": "~1.6.18",
 | 
				
			||||||
        "unpipe": "1.0.0"
 | 
					        "unpipe": "1.0.0"
 | 
				
			||||||
@@ -2419,6 +2524,7 @@
 | 
				
			|||||||
      "version": "3.0.3",
 | 
					      "version": "3.0.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
 | 
				
			||||||
      "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
 | 
					      "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "fill-range": "^7.1.1"
 | 
					        "fill-range": "^7.1.1"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@@ -2430,6 +2536,7 @@
 | 
				
			|||||||
      "version": "7.1.1",
 | 
					      "version": "7.1.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
 | 
					      "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "to-regex-range": "^5.0.1"
 | 
					        "to-regex-range": "^5.0.1"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@@ -2657,6 +2764,7 @@
 | 
				
			|||||||
      "version": "3.5.3",
 | 
					      "version": "3.5.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
 | 
				
			||||||
      "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
 | 
					      "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "funding": [
 | 
					      "funding": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "type": "individual",
 | 
					          "type": "individual",
 | 
				
			||||||
@@ -2683,6 +2791,7 @@
 | 
				
			|||||||
      "version": "5.1.2",
 | 
					      "version": "5.1.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
 | 
					      "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "is-glob": "^4.0.1"
 | 
					        "is-glob": "^4.0.1"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@@ -2970,9 +3079,10 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/cookie": {
 | 
					    "node_modules/cookie": {
 | 
				
			||||||
      "version": "0.6.0",
 | 
					      "version": "0.7.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
 | 
					      "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
 | 
				
			||||||
 | 
					      "license": "MIT",
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">= 0.6"
 | 
					        "node": ">= 0.6"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
@@ -3379,17 +3489,11 @@
 | 
				
			|||||||
        "node": ">=8"
 | 
					        "node": ">=8"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/discord-rpc": {
 | 
					    "node_modules/discord-api-types": {
 | 
				
			||||||
      "version": "4.0.1",
 | 
					      "version": "0.37.103",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/discord-rpc/-/discord-rpc-4.0.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.103.tgz",
 | 
				
			||||||
      "integrity": "sha512-HOvHpbq5STRZJjQIBzwoKnQ0jHplbEWFWlPDwXXKm/bILh4nzjcg7mNqll0UY7RsjFoaXA7e/oYb/4lvpda2zA==",
 | 
					      "integrity": "sha512-r+qitxXKe2l6KFw5odPdZSSqdEou+7eNC7BfbZ7mny5Me/K06wCTeKUMVeH/YsI9+4QQudskeQ307kr/7ppQ1A==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "license": "MIT"
 | 
				
			||||||
        "node-fetch": "^2.6.1",
 | 
					 | 
				
			||||||
        "ws": "^7.3.1"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "optionalDependencies": {
 | 
					 | 
				
			||||||
        "register-scheme": "github:devsnek/node-register-scheme"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/dmg-builder": {
 | 
					    "node_modules/dmg-builder": {
 | 
				
			||||||
      "version": "24.9.4",
 | 
					      "version": "24.9.4",
 | 
				
			||||||
@@ -4063,36 +4167,37 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/express": {
 | 
					    "node_modules/express": {
 | 
				
			||||||
      "version": "4.19.2",
 | 
					      "version": "4.21.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==",
 | 
					      "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==",
 | 
				
			||||||
 | 
					      "license": "MIT",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "accepts": "~1.3.8",
 | 
					        "accepts": "~1.3.8",
 | 
				
			||||||
        "array-flatten": "1.1.1",
 | 
					        "array-flatten": "1.1.1",
 | 
				
			||||||
        "body-parser": "1.20.2",
 | 
					        "body-parser": "1.20.3",
 | 
				
			||||||
        "content-disposition": "0.5.4",
 | 
					        "content-disposition": "0.5.4",
 | 
				
			||||||
        "content-type": "~1.0.4",
 | 
					        "content-type": "~1.0.4",
 | 
				
			||||||
        "cookie": "0.6.0",
 | 
					        "cookie": "0.7.1",
 | 
				
			||||||
        "cookie-signature": "1.0.6",
 | 
					        "cookie-signature": "1.0.6",
 | 
				
			||||||
        "debug": "2.6.9",
 | 
					        "debug": "2.6.9",
 | 
				
			||||||
        "depd": "2.0.0",
 | 
					        "depd": "2.0.0",
 | 
				
			||||||
        "encodeurl": "~1.0.2",
 | 
					        "encodeurl": "~2.0.0",
 | 
				
			||||||
        "escape-html": "~1.0.3",
 | 
					        "escape-html": "~1.0.3",
 | 
				
			||||||
        "etag": "~1.8.1",
 | 
					        "etag": "~1.8.1",
 | 
				
			||||||
        "finalhandler": "1.2.0",
 | 
					        "finalhandler": "1.3.1",
 | 
				
			||||||
        "fresh": "0.5.2",
 | 
					        "fresh": "0.5.2",
 | 
				
			||||||
        "http-errors": "2.0.0",
 | 
					        "http-errors": "2.0.0",
 | 
				
			||||||
        "merge-descriptors": "1.0.1",
 | 
					        "merge-descriptors": "1.0.3",
 | 
				
			||||||
        "methods": "~1.1.2",
 | 
					        "methods": "~1.1.2",
 | 
				
			||||||
        "on-finished": "2.4.1",
 | 
					        "on-finished": "2.4.1",
 | 
				
			||||||
        "parseurl": "~1.3.3",
 | 
					        "parseurl": "~1.3.3",
 | 
				
			||||||
        "path-to-regexp": "0.1.7",
 | 
					        "path-to-regexp": "0.1.10",
 | 
				
			||||||
        "proxy-addr": "~2.0.7",
 | 
					        "proxy-addr": "~2.0.7",
 | 
				
			||||||
        "qs": "6.11.0",
 | 
					        "qs": "6.13.0",
 | 
				
			||||||
        "range-parser": "~1.2.1",
 | 
					        "range-parser": "~1.2.1",
 | 
				
			||||||
        "safe-buffer": "5.2.1",
 | 
					        "safe-buffer": "5.2.1",
 | 
				
			||||||
        "send": "0.18.0",
 | 
					        "send": "0.19.0",
 | 
				
			||||||
        "serve-static": "1.15.0",
 | 
					        "serve-static": "1.16.2",
 | 
				
			||||||
        "setprototypeof": "1.2.0",
 | 
					        "setprototypeof": "1.2.0",
 | 
				
			||||||
        "statuses": "2.0.1",
 | 
					        "statuses": "2.0.1",
 | 
				
			||||||
        "type-is": "~1.6.18",
 | 
					        "type-is": "~1.6.18",
 | 
				
			||||||
@@ -4111,6 +4216,14 @@
 | 
				
			|||||||
        "ms": "2.0.0"
 | 
					        "ms": "2.0.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/express/node_modules/encodeurl": {
 | 
				
			||||||
 | 
					      "version": "2.0.0",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">= 0.8"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/express/node_modules/ms": {
 | 
					    "node_modules/express/node_modules/ms": {
 | 
				
			||||||
      "version": "2.0.0",
 | 
					      "version": "2.0.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
 | 
				
			||||||
@@ -4294,12 +4407,12 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/finalhandler": {
 | 
					    "node_modules/finalhandler": {
 | 
				
			||||||
      "version": "1.2.0",
 | 
					      "version": "1.3.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
 | 
					      "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "debug": "2.6.9",
 | 
					        "debug": "2.6.9",
 | 
				
			||||||
        "encodeurl": "~1.0.2",
 | 
					        "encodeurl": "~2.0.0",
 | 
				
			||||||
        "escape-html": "~1.0.3",
 | 
					        "escape-html": "~1.0.3",
 | 
				
			||||||
        "on-finished": "2.4.1",
 | 
					        "on-finished": "2.4.1",
 | 
				
			||||||
        "parseurl": "~1.3.3",
 | 
					        "parseurl": "~1.3.3",
 | 
				
			||||||
@@ -4318,6 +4431,14 @@
 | 
				
			|||||||
        "ms": "2.0.0"
 | 
					        "ms": "2.0.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/finalhandler/node_modules/encodeurl": {
 | 
				
			||||||
 | 
					      "version": "2.0.0",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">= 0.8"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/finalhandler/node_modules/ms": {
 | 
					    "node_modules/finalhandler/node_modules/ms": {
 | 
				
			||||||
      "version": "2.0.0",
 | 
					      "version": "2.0.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
 | 
				
			||||||
@@ -4497,6 +4618,7 @@
 | 
				
			|||||||
      "version": "2.3.3",
 | 
					      "version": "2.3.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
 | 
				
			||||||
      "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
 | 
					      "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "hasInstallScript": true,
 | 
					      "hasInstallScript": true,
 | 
				
			||||||
      "optional": true,
 | 
					      "optional": true,
 | 
				
			||||||
      "os": [
 | 
					      "os": [
 | 
				
			||||||
@@ -5216,6 +5338,7 @@
 | 
				
			|||||||
      "version": "2.1.0",
 | 
					      "version": "2.1.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
 | 
					      "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "binary-extensions": "^2.0.0"
 | 
					        "binary-extensions": "^2.0.0"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@@ -5269,6 +5392,7 @@
 | 
				
			|||||||
      "version": "2.1.1",
 | 
					      "version": "2.1.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
 | 
					      "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					        "node": ">=0.10.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
@@ -5286,6 +5410,7 @@
 | 
				
			|||||||
      "version": "4.0.3",
 | 
					      "version": "4.0.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
 | 
				
			||||||
      "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
 | 
					      "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "is-extglob": "^2.1.1"
 | 
					        "is-extglob": "^2.1.1"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@@ -5756,6 +5881,12 @@
 | 
				
			|||||||
        "node": ">=10"
 | 
					        "node": ">=10"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/magic-bytes.js": {
 | 
				
			||||||
 | 
					      "version": "1.10.0",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/magic-bytes.js/-/magic-bytes.js-1.10.0.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-/k20Lg2q8LE5xiaaSkMXk4sfvI+9EGEykFS4b0CHHGWqDYU0bGUFSwchNOMA56D7TCs9GwVTkqe9als1/ns8UQ==",
 | 
				
			||||||
 | 
					      "license": "MIT"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/make-error": {
 | 
					    "node_modules/make-error": {
 | 
				
			||||||
      "version": "1.3.6",
 | 
					      "version": "1.3.6",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
 | 
				
			||||||
@@ -5859,9 +5990,12 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/merge-descriptors": {
 | 
					    "node_modules/merge-descriptors": {
 | 
				
			||||||
      "version": "1.0.1",
 | 
					      "version": "1.0.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
 | 
				
			||||||
      "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w=="
 | 
					      "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
 | 
				
			||||||
 | 
					      "funding": {
 | 
				
			||||||
 | 
					        "url": "https://github.com/sponsors/sindresorhus"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/merge2": {
 | 
					    "node_modules/merge2": {
 | 
				
			||||||
      "version": "1.4.1",
 | 
					      "version": "1.4.1",
 | 
				
			||||||
@@ -6119,6 +6253,7 @@
 | 
				
			|||||||
      "version": "1.7.2",
 | 
					      "version": "1.7.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.7.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.7.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==",
 | 
					      "integrity": "sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "optional": true
 | 
					      "optional": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/node-cleanup": {
 | 
					    "node_modules/node-cleanup": {
 | 
				
			||||||
@@ -6127,25 +6262,6 @@
 | 
				
			|||||||
      "integrity": "sha512-qN8v/s2PAJwGUtr1/hYTpNKlD6Y9rc4p8KSmJXyGdYGZsDGKXrGThikLFP9OCHFeLeEpQzPwiAtdIvBLqm//Hw==",
 | 
					      "integrity": "sha512-qN8v/s2PAJwGUtr1/hYTpNKlD6Y9rc4p8KSmJXyGdYGZsDGKXrGThikLFP9OCHFeLeEpQzPwiAtdIvBLqm//Hw==",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/node-fetch": {
 | 
					 | 
				
			||||||
      "version": "2.7.0",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
 | 
					 | 
				
			||||||
      "dependencies": {
 | 
					 | 
				
			||||||
        "whatwg-url": "^5.0.0"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "engines": {
 | 
					 | 
				
			||||||
        "node": "4.x || >=6.0.0"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "peerDependencies": {
 | 
					 | 
				
			||||||
        "encoding": "^0.1.0"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "peerDependenciesMeta": {
 | 
					 | 
				
			||||||
        "encoding": {
 | 
					 | 
				
			||||||
          "optional": true
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/nodemon": {
 | 
					    "node_modules/nodemon": {
 | 
				
			||||||
      "version": "3.1.4",
 | 
					      "version": "3.1.4",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz",
 | 
				
			||||||
@@ -6271,6 +6387,7 @@
 | 
				
			|||||||
      "version": "3.0.0",
 | 
					      "version": "3.0.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
 | 
					      "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					        "node": ">=0.10.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
@@ -6303,9 +6420,12 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/object-inspect": {
 | 
					    "node_modules/object-inspect": {
 | 
				
			||||||
      "version": "1.13.1",
 | 
					      "version": "1.13.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
 | 
					      "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">= 0.4"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
      "funding": {
 | 
					      "funding": {
 | 
				
			||||||
        "url": "https://github.com/sponsors/ljharb"
 | 
					        "url": "https://github.com/sponsors/ljharb"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
@@ -6565,9 +6685,9 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/path-to-regexp": {
 | 
					    "node_modules/path-to-regexp": {
 | 
				
			||||||
      "version": "0.1.7",
 | 
					      "version": "0.1.10",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz",
 | 
				
			||||||
      "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ=="
 | 
					      "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/path-type": {
 | 
					    "node_modules/path-type": {
 | 
				
			||||||
      "version": "4.0.0",
 | 
					      "version": "4.0.0",
 | 
				
			||||||
@@ -6607,6 +6727,7 @@
 | 
				
			|||||||
      "version": "2.3.1",
 | 
					      "version": "2.3.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
 | 
					      "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">=8.6"
 | 
					        "node": ">=8.6"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@@ -6935,11 +7056,11 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/qs": {
 | 
					    "node_modules/qs": {
 | 
				
			||||||
      "version": "6.11.0",
 | 
					      "version": "6.13.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
 | 
					      "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "side-channel": "^1.0.4"
 | 
					        "side-channel": "^1.0.6"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">=0.6"
 | 
					        "node": ">=0.6"
 | 
				
			||||||
@@ -7087,6 +7208,7 @@
 | 
				
			|||||||
      "version": "3.6.0",
 | 
					      "version": "3.6.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
 | 
					      "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "picomatch": "^2.2.1"
 | 
					        "picomatch": "^2.2.1"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@@ -7110,17 +7232,6 @@
 | 
				
			|||||||
        "url": "https://github.com/sponsors/ljharb"
 | 
					        "url": "https://github.com/sponsors/ljharb"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/register-scheme": {
 | 
					 | 
				
			||||||
      "version": "0.0.2",
 | 
					 | 
				
			||||||
      "resolved": "git+ssh://git@github.com/devsnek/node-register-scheme.git#e7cc9a63a1f512565da44cb57316d9fb10750e17",
 | 
					 | 
				
			||||||
      "hasInstallScript": true,
 | 
					 | 
				
			||||||
      "license": "MIT",
 | 
					 | 
				
			||||||
      "optional": true,
 | 
					 | 
				
			||||||
      "dependencies": {
 | 
					 | 
				
			||||||
        "bindings": "^1.3.0",
 | 
					 | 
				
			||||||
        "node-addon-api": "^1.3.0"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/remarkable": {
 | 
					    "node_modules/remarkable": {
 | 
				
			||||||
      "version": "1.7.4",
 | 
					      "version": "1.7.4",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/remarkable/-/remarkable-1.7.4.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/remarkable/-/remarkable-1.7.4.tgz",
 | 
				
			||||||
@@ -7374,12 +7485,12 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/sass": {
 | 
					    "node_modules/sass": {
 | 
				
			||||||
      "version": "1.77.8",
 | 
					      "version": "1.79.4",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.8.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/sass/-/sass-1.79.4.tgz",
 | 
				
			||||||
      "integrity": "sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==",
 | 
					      "integrity": "sha512-K0QDSNPXgyqO4GZq2HO5Q70TLxTH6cIT59RdoCHMivrC8rqzaTw5ab9prjz9KUN1El4FLXrBXJhik61JR4HcGg==",
 | 
				
			||||||
      "license": "MIT",
 | 
					      "license": "MIT",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "chokidar": ">=3.0.0 <4.0.0",
 | 
					        "chokidar": "^4.0.0",
 | 
				
			||||||
        "immutable": "^4.0.0",
 | 
					        "immutable": "^4.0.0",
 | 
				
			||||||
        "source-map-js": ">=0.6.2 <2.0.0"
 | 
					        "source-map-js": ">=0.6.2 <2.0.0"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@@ -7390,6 +7501,34 @@
 | 
				
			|||||||
        "node": ">=14.0.0"
 | 
					        "node": ">=14.0.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/sass/node_modules/chokidar": {
 | 
				
			||||||
 | 
					      "version": "4.0.1",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==",
 | 
				
			||||||
 | 
					      "license": "MIT",
 | 
				
			||||||
 | 
					      "dependencies": {
 | 
				
			||||||
 | 
					        "readdirp": "^4.0.1"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">= 14.16.0"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "funding": {
 | 
				
			||||||
 | 
					        "url": "https://paulmillr.com/funding/"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/sass/node_modules/readdirp": {
 | 
				
			||||||
 | 
					      "version": "4.0.2",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==",
 | 
				
			||||||
 | 
					      "license": "MIT",
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">= 14.16.0"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "funding": {
 | 
				
			||||||
 | 
					        "type": "individual",
 | 
				
			||||||
 | 
					        "url": "https://paulmillr.com/funding/"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/sax": {
 | 
					    "node_modules/sax": {
 | 
				
			||||||
      "version": "1.3.0",
 | 
					      "version": "1.3.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz",
 | 
				
			||||||
@@ -7414,9 +7553,9 @@
 | 
				
			|||||||
      "optional": true
 | 
					      "optional": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/send": {
 | 
					    "node_modules/send": {
 | 
				
			||||||
      "version": "0.18.0",
 | 
					      "version": "0.19.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
 | 
					      "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "debug": "2.6.9",
 | 
					        "debug": "2.6.9",
 | 
				
			||||||
        "depd": "2.0.0",
 | 
					        "depd": "2.0.0",
 | 
				
			||||||
@@ -7493,19 +7632,27 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/serve-static": {
 | 
					    "node_modules/serve-static": {
 | 
				
			||||||
      "version": "1.15.0",
 | 
					      "version": "1.16.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
 | 
					      "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "encodeurl": "~1.0.2",
 | 
					        "encodeurl": "~2.0.0",
 | 
				
			||||||
        "escape-html": "~1.0.3",
 | 
					        "escape-html": "~1.0.3",
 | 
				
			||||||
        "parseurl": "~1.3.3",
 | 
					        "parseurl": "~1.3.3",
 | 
				
			||||||
        "send": "0.18.0"
 | 
					        "send": "0.19.0"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">= 0.8.0"
 | 
					        "node": ">= 0.8.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/serve-static/node_modules/encodeurl": {
 | 
				
			||||||
 | 
					      "version": "2.0.0",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">= 0.8"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/set-function-length": {
 | 
					    "node_modules/set-function-length": {
 | 
				
			||||||
      "version": "1.2.2",
 | 
					      "version": "1.2.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
 | 
				
			||||||
@@ -8444,6 +8591,7 @@
 | 
				
			|||||||
      "version": "5.0.1",
 | 
					      "version": "5.0.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
 | 
					      "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "is-number": "^7.0.0"
 | 
					        "is-number": "^7.0.0"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@@ -8455,6 +8603,7 @@
 | 
				
			|||||||
      "version": "7.0.0",
 | 
					      "version": "7.0.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
 | 
					      "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">=0.12.0"
 | 
					        "node": ">=0.12.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
@@ -8497,11 +8646,6 @@
 | 
				
			|||||||
        "node": ">=0.8"
 | 
					        "node": ">=0.8"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/tr46": {
 | 
					 | 
				
			||||||
      "version": "0.0.3",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/truncate-utf8-bytes": {
 | 
					    "node_modules/truncate-utf8-bytes": {
 | 
				
			||||||
      "version": "1.0.2",
 | 
					      "version": "1.0.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz",
 | 
				
			||||||
@@ -8591,6 +8735,12 @@
 | 
				
			|||||||
        "typescript": "*"
 | 
					        "typescript": "*"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/tslib": {
 | 
				
			||||||
 | 
					      "version": "2.8.0",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==",
 | 
				
			||||||
 | 
					      "license": "0BSD"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/tunnel-agent": {
 | 
					    "node_modules/tunnel-agent": {
 | 
				
			||||||
      "version": "0.6.0",
 | 
					      "version": "0.6.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
 | 
				
			||||||
@@ -8668,6 +8818,15 @@
 | 
				
			|||||||
      "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==",
 | 
					      "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/undici": {
 | 
				
			||||||
 | 
					      "version": "6.19.8",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.8.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==",
 | 
				
			||||||
 | 
					      "license": "MIT",
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">=18.17"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/undici-types": {
 | 
					    "node_modules/undici-types": {
 | 
				
			||||||
      "version": "5.26.5",
 | 
					      "version": "5.26.5",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
 | 
				
			||||||
@@ -8784,20 +8943,6 @@
 | 
				
			|||||||
      "license": "MIT",
 | 
					      "license": "MIT",
 | 
				
			||||||
      "optional": true
 | 
					      "optional": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/webidl-conversions": {
 | 
					 | 
				
			||||||
      "version": "3.0.1",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/whatwg-url": {
 | 
					 | 
				
			||||||
      "version": "5.0.0",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
 | 
					 | 
				
			||||||
      "dependencies": {
 | 
					 | 
				
			||||||
        "tr46": "~0.0.3",
 | 
					 | 
				
			||||||
        "webidl-conversions": "^3.0.0"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/which": {
 | 
					    "node_modules/which": {
 | 
				
			||||||
      "version": "2.0.2",
 | 
					      "version": "2.0.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
 | 
				
			||||||
@@ -8867,26 +9012,6 @@
 | 
				
			|||||||
        "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
 | 
					        "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/ws": {
 | 
					 | 
				
			||||||
      "version": "7.5.10",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
 | 
					 | 
				
			||||||
      "engines": {
 | 
					 | 
				
			||||||
        "node": ">=8.3.0"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "peerDependencies": {
 | 
					 | 
				
			||||||
        "bufferutil": "^4.0.1",
 | 
					 | 
				
			||||||
        "utf-8-validate": "^5.0.2"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "peerDependenciesMeta": {
 | 
					 | 
				
			||||||
        "bufferutil": {
 | 
					 | 
				
			||||||
          "optional": true
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        "utf-8-validate": {
 | 
					 | 
				
			||||||
          "optional": true
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/xml2js": {
 | 
					    "node_modules/xml2js": {
 | 
				
			||||||
      "version": "0.4.23",
 | 
					      "version": "0.4.23",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										12
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								package.json
									
									
									
									
									
								
							@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "tidal-hifi",
 | 
					  "name": "tidal-hifi",
 | 
				
			||||||
  "version": "5.16.0",
 | 
					  "version": "5.17.0",
 | 
				
			||||||
  "description": "Tidal on Electron with widevine(hifi) support",
 | 
					  "description": "Tidal on Electron with widevine(hifi) support",
 | 
				
			||||||
  "main": "ts-dist/main.js",
 | 
					  "main": "ts-dist/main.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
@@ -23,6 +23,7 @@
 | 
				
			|||||||
    "build-mac": "npm run builder -- -c ./build/electron-builder.yml -m",
 | 
					    "build-mac": "npm run builder -- -c ./build/electron-builder.yml -m",
 | 
				
			||||||
    "build-base": "npm run builder -- -c ./build/electron-builder.base.yml",
 | 
					    "build-base": "npm run builder -- -c ./build/electron-builder.base.yml",
 | 
				
			||||||
    "prebuilder": "npm run compile",
 | 
					    "prebuilder": "npm run compile",
 | 
				
			||||||
 | 
					    "prettier": "prettier . --write",
 | 
				
			||||||
    "builder": "electron-builder --publish=never",
 | 
					    "builder": "electron-builder --publish=never",
 | 
				
			||||||
    "sass": "sass ./src/pages/settings/settings.scss ./src/pages/settings/settings.css && sass --no-source-map src/themes:themes",
 | 
					    "sass": "sass ./src/pages/settings/settings.scss ./src/pages/settings/settings.css && sass --no-source-map src/themes:themes",
 | 
				
			||||||
    "style-lint": "npx stylelint **/*.scss",
 | 
					    "style-lint": "npx stylelint **/*.scss",
 | 
				
			||||||
@@ -42,21 +43,20 @@
 | 
				
			|||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@electron/remote": "^2.1.2",
 | 
					    "@electron/remote": "^2.1.2",
 | 
				
			||||||
    "@types/swagger-jsdoc": "^6.0.4",
 | 
					    "@types/swagger-jsdoc": "^6.0.4",
 | 
				
			||||||
    "axios": "^1.7.2",
 | 
					    "@xhayper/discord-rpc": "^1.2.0",
 | 
				
			||||||
 | 
					    "axios": "^1.7.7",
 | 
				
			||||||
    "cors": "^2.8.5",
 | 
					    "cors": "^2.8.5",
 | 
				
			||||||
    "discord-rpc": "^4.0.1",
 | 
					 | 
				
			||||||
    "electron-store": "^8.2.0",
 | 
					    "electron-store": "^8.2.0",
 | 
				
			||||||
    "express": "^4.19.2",
 | 
					    "express": "^4.21.1",
 | 
				
			||||||
    "hotkeys-js": "^3.13.7",
 | 
					    "hotkeys-js": "^3.13.7",
 | 
				
			||||||
    "mpris-service": "^2.1.2",
 | 
					    "mpris-service": "^2.1.2",
 | 
				
			||||||
    "request": "^2.88.2",
 | 
					    "request": "^2.88.2",
 | 
				
			||||||
    "sass": "^1.77.8",
 | 
					    "sass": "^1.79.4",
 | 
				
			||||||
    "swagger-ui-express": "^5.0.1"
 | 
					    "swagger-ui-express": "^5.0.1"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "@mastermindzh/prettier-config": "^1.0.0",
 | 
					    "@mastermindzh/prettier-config": "^1.0.0",
 | 
				
			||||||
    "@types/cors": "^2.8.17",
 | 
					    "@types/cors": "^2.8.17",
 | 
				
			||||||
    "@types/discord-rpc": "^4.0.8",
 | 
					 | 
				
			||||||
    "@types/express": "^4.17.21",
 | 
					    "@types/express": "^4.17.21",
 | 
				
			||||||
    "@types/node": "^20.14.10",
 | 
					    "@types/node": "^20.14.10",
 | 
				
			||||||
    "@types/request": "^2.48.12",
 | 
					    "@types/request": "^2.48.12",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,8 +16,9 @@
 | 
				
			|||||||
    search: '[class^="searchField"]',
 | 
					    search: '[class^="searchField"]',
 | 
				
			||||||
    shuffle: '*[data-test="shuffle"]',
 | 
					    shuffle: '*[data-test="shuffle"]',
 | 
				
			||||||
    repeat: '*[data-test="repeat"]',
 | 
					    repeat: '*[data-test="repeat"]',
 | 
				
			||||||
    account: '*[class^="profileOptions"]',
 | 
					    account: '*[data-test^="profile-image-button"]',
 | 
				
			||||||
    settings: '*[data-test^="open-settings"]',
 | 
					    settings: '*[data-test^="sidebar-menu-button"]',
 | 
				
			||||||
 | 
					    openSettings: '*[data-test^="open-settings"]',
 | 
				
			||||||
    media: '*[data-test="current-media-imagery"]',
 | 
					    media: '*[data-test="current-media-imagery"]',
 | 
				
			||||||
    image: "img",
 | 
					    image: "img",
 | 
				
			||||||
    current: '*[data-test="current-time"]',
 | 
					    current: '*[data-test="current-time"]',
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ export const globalEvents = {
 | 
				
			|||||||
  showSettings: "showSettings",
 | 
					  showSettings: "showSettings",
 | 
				
			||||||
  storeChanged: "storeChanged",
 | 
					  storeChanged: "storeChanged",
 | 
				
			||||||
  error: "error",
 | 
					  error: "error",
 | 
				
			||||||
  whip: "whip",
 | 
					  getUniversalLink: "getUniversalLink",
 | 
				
			||||||
  log: "log",
 | 
					  log: "log",
 | 
				
			||||||
  toggleFavorite: "toggleFavorite",
 | 
					  toggleFavorite: "toggleFavorite",
 | 
				
			||||||
  toggleShuffle: "toggleShuffle",
 | 
					  toggleShuffle: "toggleShuffle",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -55,6 +55,7 @@ export const settings = {
 | 
				
			|||||||
  singleInstance: "singleInstance",
 | 
					  singleInstance: "singleInstance",
 | 
				
			||||||
  skipArtists: "skipArtists",
 | 
					  skipArtists: "skipArtists",
 | 
				
			||||||
  skippedArtists: "skippedArtists",
 | 
					  skippedArtists: "skippedArtists",
 | 
				
			||||||
 | 
					  staticWindowTitle: "staticWindowTitle",
 | 
				
			||||||
  theme: "theme",
 | 
					  theme: "theme",
 | 
				
			||||||
  trayIcon: "trayIcon",
 | 
					  trayIcon: "trayIcon",
 | 
				
			||||||
  updateFrequency: "updateFrequency",
 | 
					  updateFrequency: "updateFrequency",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
  "openapi": "3.1.0",
 | 
					  "openapi": "3.1.0",
 | 
				
			||||||
  "info": {
 | 
					  "info": {
 | 
				
			||||||
    "title": "TIDAL Hi-Fi API",
 | 
					    "title": "TIDAL Hi-Fi API",
 | 
				
			||||||
    "version": "5.16.0",
 | 
					    "version": "5.17.0",
 | 
				
			||||||
    "description": "",
 | 
					    "description": "",
 | 
				
			||||||
    "license": {
 | 
					    "license": {
 | 
				
			||||||
      "name": "MIT",
 | 
					      "name": "MIT",
 | 
				
			||||||
@@ -21,9 +21,7 @@
 | 
				
			|||||||
    "/current": {
 | 
					    "/current": {
 | 
				
			||||||
      "get": {
 | 
					      "get": {
 | 
				
			||||||
        "summary": "Get current media info",
 | 
					        "summary": "Get current media info",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["current"],
 | 
				
			||||||
          "current"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
            "description": "Current media info",
 | 
					            "description": "Current media info",
 | 
				
			||||||
@@ -41,9 +39,7 @@
 | 
				
			|||||||
    "/current/image": {
 | 
					    "/current/image": {
 | 
				
			||||||
      "get": {
 | 
					      "get": {
 | 
				
			||||||
        "summary": "Get current media image",
 | 
					        "summary": "Get current media image",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["current"],
 | 
				
			||||||
          "current"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
            "description": "Current media image",
 | 
					            "description": "Current media image",
 | 
				
			||||||
@@ -65,9 +61,7 @@
 | 
				
			|||||||
    "/player/play": {
 | 
					    "/player/play": {
 | 
				
			||||||
      "post": {
 | 
					      "post": {
 | 
				
			||||||
        "summary": "Play the current media",
 | 
					        "summary": "Play the current media",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["player"],
 | 
				
			||||||
          "player"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
            "description": "Ok",
 | 
					            "description": "Ok",
 | 
				
			||||||
@@ -85,9 +79,7 @@
 | 
				
			|||||||
    "/player/favorite/toggle": {
 | 
					    "/player/favorite/toggle": {
 | 
				
			||||||
      "post": {
 | 
					      "post": {
 | 
				
			||||||
        "summary": "Add the current media to your favorites, or remove it if its already added to your favorites",
 | 
					        "summary": "Add the current media to your favorites, or remove it if its already added to your favorites",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["player"],
 | 
				
			||||||
          "player"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
            "description": "Ok",
 | 
					            "description": "Ok",
 | 
				
			||||||
@@ -105,9 +97,7 @@
 | 
				
			|||||||
    "/player/pause": {
 | 
					    "/player/pause": {
 | 
				
			||||||
      "post": {
 | 
					      "post": {
 | 
				
			||||||
        "summary": "Pause the current media",
 | 
					        "summary": "Pause the current media",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["player"],
 | 
				
			||||||
          "player"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
            "description": "Ok",
 | 
					            "description": "Ok",
 | 
				
			||||||
@@ -125,9 +115,7 @@
 | 
				
			|||||||
    "/player/next": {
 | 
					    "/player/next": {
 | 
				
			||||||
      "post": {
 | 
					      "post": {
 | 
				
			||||||
        "summary": "Play the next song",
 | 
					        "summary": "Play the next song",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["player"],
 | 
				
			||||||
          "player"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
            "description": "Ok",
 | 
					            "description": "Ok",
 | 
				
			||||||
@@ -145,9 +133,7 @@
 | 
				
			|||||||
    "/player/previous": {
 | 
					    "/player/previous": {
 | 
				
			||||||
      "post": {
 | 
					      "post": {
 | 
				
			||||||
        "summary": "Play the previous song",
 | 
					        "summary": "Play the previous song",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["player"],
 | 
				
			||||||
          "player"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
            "description": "Ok",
 | 
					            "description": "Ok",
 | 
				
			||||||
@@ -165,9 +151,7 @@
 | 
				
			|||||||
    "/player/shuffle/toggle": {
 | 
					    "/player/shuffle/toggle": {
 | 
				
			||||||
      "post": {
 | 
					      "post": {
 | 
				
			||||||
        "summary": "Play the previous song",
 | 
					        "summary": "Play the previous song",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["player"],
 | 
				
			||||||
          "player"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
            "description": "Ok",
 | 
					            "description": "Ok",
 | 
				
			||||||
@@ -185,9 +169,7 @@
 | 
				
			|||||||
    "/player/repeat/toggle": {
 | 
					    "/player/repeat/toggle": {
 | 
				
			||||||
      "post": {
 | 
					      "post": {
 | 
				
			||||||
        "summary": "Toggle the repeat status, toggles between \"off\" , \"single\" and \"all\"",
 | 
					        "summary": "Toggle the repeat status, toggles between \"off\" , \"single\" and \"all\"",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["player"],
 | 
				
			||||||
          "player"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
            "description": "Ok",
 | 
					            "description": "Ok",
 | 
				
			||||||
@@ -205,9 +187,7 @@
 | 
				
			|||||||
    "/player/playpause": {
 | 
					    "/player/playpause": {
 | 
				
			||||||
      "post": {
 | 
					      "post": {
 | 
				
			||||||
        "summary": "Start playing the media if paused, or pause the media if playing",
 | 
					        "summary": "Start playing the media if paused, or pause the media if playing",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["player"],
 | 
				
			||||||
          "player"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
            "description": "Ok",
 | 
					            "description": "Ok",
 | 
				
			||||||
@@ -225,9 +205,7 @@
 | 
				
			|||||||
    "/settings/skipped-artists": {
 | 
					    "/settings/skipped-artists": {
 | 
				
			||||||
      "get": {
 | 
					      "get": {
 | 
				
			||||||
        "summary": "get a list of artists that TIDAL Hi-Fi will skip if skipping is enabled",
 | 
					        "summary": "get a list of artists that TIDAL Hi-Fi will skip if skipping is enabled",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["settings"],
 | 
				
			||||||
          "settings"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
            "description": "The list book.",
 | 
					            "description": "The list book.",
 | 
				
			||||||
@@ -243,9 +221,7 @@
 | 
				
			|||||||
      },
 | 
					      },
 | 
				
			||||||
      "post": {
 | 
					      "post": {
 | 
				
			||||||
        "summary": "Add new artists to the list of skipped artists",
 | 
					        "summary": "Add new artists to the list of skipped artists",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["settings"],
 | 
				
			||||||
          "settings"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "requestBody": {
 | 
					        "requestBody": {
 | 
				
			||||||
          "required": true,
 | 
					          "required": true,
 | 
				
			||||||
          "content": {
 | 
					          "content": {
 | 
				
			||||||
@@ -266,9 +242,7 @@
 | 
				
			|||||||
    "/settings/skipped-artists/delete": {
 | 
					    "/settings/skipped-artists/delete": {
 | 
				
			||||||
      "post": {
 | 
					      "post": {
 | 
				
			||||||
        "summary": "Remove artists from the list of skipped artists",
 | 
					        "summary": "Remove artists from the list of skipped artists",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["settings"],
 | 
				
			||||||
          "settings"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "requestBody": {
 | 
					        "requestBody": {
 | 
				
			||||||
          "required": true,
 | 
					          "required": true,
 | 
				
			||||||
          "content": {
 | 
					          "content": {
 | 
				
			||||||
@@ -289,9 +263,7 @@
 | 
				
			|||||||
    "/settings/skipped-artists/current": {
 | 
					    "/settings/skipped-artists/current": {
 | 
				
			||||||
      "post": {
 | 
					      "post": {
 | 
				
			||||||
        "summary": "Add the current artist to the list of skipped artists",
 | 
					        "summary": "Add the current artist to the list of skipped artists",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["settings"],
 | 
				
			||||||
          "settings"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
            "description": "Ok"
 | 
					            "description": "Ok"
 | 
				
			||||||
@@ -300,9 +272,7 @@
 | 
				
			|||||||
      },
 | 
					      },
 | 
				
			||||||
      "delete": {
 | 
					      "delete": {
 | 
				
			||||||
        "summary": "Remove the current artist from the list of skipped artists",
 | 
					        "summary": "Remove the current artist from the list of skipped artists",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["settings"],
 | 
				
			||||||
          "settings"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
            "description": "Ok"
 | 
					            "description": "Ok"
 | 
				
			||||||
@@ -313,9 +283,7 @@
 | 
				
			|||||||
    "/image": {
 | 
					    "/image": {
 | 
				
			||||||
      "get": {
 | 
					      "get": {
 | 
				
			||||||
        "summary": "Get current image",
 | 
					        "summary": "Get current image",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["legacy"],
 | 
				
			||||||
          "legacy"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "deprecated": true,
 | 
					        "deprecated": true,
 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
@@ -338,9 +306,7 @@
 | 
				
			|||||||
    "/play": {
 | 
					    "/play": {
 | 
				
			||||||
      "get": {
 | 
					      "get": {
 | 
				
			||||||
        "summary": "Play the current media",
 | 
					        "summary": "Play the current media",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["legacy"],
 | 
				
			||||||
          "legacy"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "deprecated": true,
 | 
					        "deprecated": true,
 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
@@ -359,9 +325,7 @@
 | 
				
			|||||||
    "/favorite/toggle": {
 | 
					    "/favorite/toggle": {
 | 
				
			||||||
      "get": {
 | 
					      "get": {
 | 
				
			||||||
        "summary": "Add the current media to your favorites, or remove it if its already added to your favorites",
 | 
					        "summary": "Add the current media to your favorites, or remove it if its already added to your favorites",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["legacy"],
 | 
				
			||||||
          "legacy"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "deprecated": true,
 | 
					        "deprecated": true,
 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
@@ -380,9 +344,7 @@
 | 
				
			|||||||
    "/pause": {
 | 
					    "/pause": {
 | 
				
			||||||
      "get": {
 | 
					      "get": {
 | 
				
			||||||
        "summary": "Pause the current media",
 | 
					        "summary": "Pause the current media",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["legacy"],
 | 
				
			||||||
          "legacy"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "deprecated": true,
 | 
					        "deprecated": true,
 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
@@ -401,9 +363,7 @@
 | 
				
			|||||||
    "/next": {
 | 
					    "/next": {
 | 
				
			||||||
      "get": {
 | 
					      "get": {
 | 
				
			||||||
        "summary": "Play the next song",
 | 
					        "summary": "Play the next song",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["legacy"],
 | 
				
			||||||
          "legacy"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "deprecated": true,
 | 
					        "deprecated": true,
 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
@@ -422,9 +382,7 @@
 | 
				
			|||||||
    "/previous": {
 | 
					    "/previous": {
 | 
				
			||||||
      "get": {
 | 
					      "get": {
 | 
				
			||||||
        "summary": "Play the previous song",
 | 
					        "summary": "Play the previous song",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["legacy"],
 | 
				
			||||||
          "legacy"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "deprecated": true,
 | 
					        "deprecated": true,
 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
@@ -443,9 +401,7 @@
 | 
				
			|||||||
    "/playpause": {
 | 
					    "/playpause": {
 | 
				
			||||||
      "get": {
 | 
					      "get": {
 | 
				
			||||||
        "summary": "Toggle play/pause",
 | 
					        "summary": "Toggle play/pause",
 | 
				
			||||||
        "tags": [
 | 
					        "tags": ["legacy"],
 | 
				
			||||||
          "legacy"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "deprecated": true,
 | 
					        "deprecated": true,
 | 
				
			||||||
        "responses": {
 | 
					        "responses": {
 | 
				
			||||||
          "200": {
 | 
					          "200": {
 | 
				
			||||||
@@ -558,10 +514,7 @@
 | 
				
			|||||||
        "items": {
 | 
					        "items": {
 | 
				
			||||||
          "type": "string"
 | 
					          "type": "string"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "example": [
 | 
					        "example": ["Artist1", "Artist2"]
 | 
				
			||||||
          "Artist1",
 | 
					 | 
				
			||||||
          "Artist2"
 | 
					 | 
				
			||||||
        ]
 | 
					 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										10
									
								
								src/features/sharingService/sharingService.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/features/sharingService/sharingService.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					export class SharingService {
 | 
				
			||||||
 | 
					  /**
 | 
				
			||||||
 | 
					   * Retrieve the universal link given a regular track link
 | 
				
			||||||
 | 
					   * @param currentUrl
 | 
				
			||||||
 | 
					   * @returns
 | 
				
			||||||
 | 
					   */
 | 
				
			||||||
 | 
					  public static getUniversalLink(currentUrl: string): string {
 | 
				
			||||||
 | 
					    return `${currentUrl}?u`;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -1,21 +0,0 @@
 | 
				
			|||||||
import { ServiceLinks } from "./ServiceLinks";
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
export interface Artist {
 | 
					 | 
				
			||||||
  type: string;
 | 
					 | 
				
			||||||
  id: number;
 | 
					 | 
				
			||||||
  path: string;
 | 
					 | 
				
			||||||
  name: string;
 | 
					 | 
				
			||||||
  sourceUrl: string;
 | 
					 | 
				
			||||||
  sourceCountry: string;
 | 
					 | 
				
			||||||
  url: string;
 | 
					 | 
				
			||||||
  image: string;
 | 
					 | 
				
			||||||
  createdAt: string;
 | 
					 | 
				
			||||||
  updatedAt: string;
 | 
					 | 
				
			||||||
  refreshedAt: string;
 | 
					 | 
				
			||||||
  serviceIds: { [key: string]: string };
 | 
					 | 
				
			||||||
  orchardId: string;
 | 
					 | 
				
			||||||
  spotifyId: string;
 | 
					 | 
				
			||||||
  links: { [key: string]: ServiceLinks[] };
 | 
					 | 
				
			||||||
  linksCountries: string[];
 | 
					 | 
				
			||||||
  description: string;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,4 +0,0 @@
 | 
				
			|||||||
export interface ServiceLinks {
 | 
					 | 
				
			||||||
  link: string;
 | 
					 | 
				
			||||||
  countries: string[];
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,27 +0,0 @@
 | 
				
			|||||||
import { Artist } from "./Artist";
 | 
					 | 
				
			||||||
import { ServiceLinks } from "./ServiceLinks";
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
export interface WhippedResult {
 | 
					 | 
				
			||||||
  status: string;
 | 
					 | 
				
			||||||
  data: {
 | 
					 | 
				
			||||||
    item: {
 | 
					 | 
				
			||||||
      type: string;
 | 
					 | 
				
			||||||
      id: number;
 | 
					 | 
				
			||||||
      path: string;
 | 
					 | 
				
			||||||
      name: string;
 | 
					 | 
				
			||||||
      url: string;
 | 
					 | 
				
			||||||
      sourceUrl: string;
 | 
					 | 
				
			||||||
      sourceCountry: string;
 | 
					 | 
				
			||||||
      releaseDate: string;
 | 
					 | 
				
			||||||
      createdAt: string;
 | 
					 | 
				
			||||||
      updatedAt: string;
 | 
					 | 
				
			||||||
      refreshedAt: string;
 | 
					 | 
				
			||||||
      image: string;
 | 
					 | 
				
			||||||
      isrc: string;
 | 
					 | 
				
			||||||
      isExplicit: boolean;
 | 
					 | 
				
			||||||
      links: { [key: string]: ServiceLinks[] };
 | 
					 | 
				
			||||||
      linksCountries: string[];
 | 
					 | 
				
			||||||
      artists: Artist[];
 | 
					 | 
				
			||||||
    };
 | 
					 | 
				
			||||||
  };
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,32 +0,0 @@
 | 
				
			|||||||
import { WhippedResult } from "./models/whip";
 | 
					 | 
				
			||||||
import axios from "axios";
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
export class Songwhip {
 | 
					 | 
				
			||||||
  /**
 | 
					 | 
				
			||||||
   * Call the songwhip API and create a shareable songwhip page
 | 
					 | 
				
			||||||
   * @param currentUrl
 | 
					 | 
				
			||||||
   * @returns
 | 
					 | 
				
			||||||
   */
 | 
					 | 
				
			||||||
  public static async whip(currentUrl: string): Promise<WhippedResult> {
 | 
					 | 
				
			||||||
    try {
 | 
					 | 
				
			||||||
      const response = await axios.post("https://songwhip.com/api/songwhip/create", {
 | 
					 | 
				
			||||||
        url: currentUrl,
 | 
					 | 
				
			||||||
        // doesn't actually matter.. returns everything the same way anyway
 | 
					 | 
				
			||||||
        country: "NL",
 | 
					 | 
				
			||||||
      });
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      return response.data;
 | 
					 | 
				
			||||||
    } catch (error) {
 | 
					 | 
				
			||||||
      console.log(JSON.stringify(error));
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  /**
 | 
					 | 
				
			||||||
   * Transform a songwhip response into a shareable url
 | 
					 | 
				
			||||||
   * @param response
 | 
					 | 
				
			||||||
   * @returns
 | 
					 | 
				
			||||||
   */
 | 
					 | 
				
			||||||
  public static getWhipUrl(response: WhippedResult) {
 | 
					 | 
				
			||||||
    return `https://songwhip.com${response.data.item.url}`;
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -10,7 +10,7 @@ import {
 | 
				
			|||||||
  releaseInhibitorIfActive,
 | 
					  releaseInhibitorIfActive,
 | 
				
			||||||
} from "./features/idleInhibitor/idleInhibitor";
 | 
					} from "./features/idleInhibitor/idleInhibitor";
 | 
				
			||||||
import { Logger } from "./features/logger";
 | 
					import { Logger } from "./features/logger";
 | 
				
			||||||
import { Songwhip } from "./features/songwhip/songwhip";
 | 
					import { SharingService } from "./features/sharingService/sharingService";
 | 
				
			||||||
import { MediaInfo } from "./models/mediaInfo";
 | 
					import { MediaInfo } from "./models/mediaInfo";
 | 
				
			||||||
import { MediaStatus } from "./models/mediaStatus";
 | 
					import { MediaStatus } from "./models/mediaStatus";
 | 
				
			||||||
import { initRPC, rpc, unRPC } from "./scripts/discord";
 | 
					import { initRPC, rpc, unRPC } from "./scripts/discord";
 | 
				
			||||||
@@ -250,8 +250,8 @@ ipcMain.on(globalEvents.error, (event) => {
 | 
				
			|||||||
  console.log(event);
 | 
					  console.log(event);
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ipcMain.handle(globalEvents.whip, async (event, url) => {
 | 
					ipcMain.handle(globalEvents.getUniversalLink, async (event, url) => {
 | 
				
			||||||
  return Songwhip.whip(url);
 | 
					  return SharingService.getUniversalLink(url);
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Logger.watch(ipcMain);
 | 
					Logger.watch(ipcMain);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -46,6 +46,7 @@ let adBlock: HTMLInputElement,
 | 
				
			|||||||
  singleInstance: HTMLInputElement,
 | 
					  singleInstance: HTMLInputElement,
 | 
				
			||||||
  skipArtists: HTMLInputElement,
 | 
					  skipArtists: HTMLInputElement,
 | 
				
			||||||
  skippedArtists: HTMLInputElement,
 | 
					  skippedArtists: HTMLInputElement,
 | 
				
			||||||
 | 
					  staticWindowTitle: HTMLInputElement,
 | 
				
			||||||
  theme: HTMLSelectElement,
 | 
					  theme: HTMLSelectElement,
 | 
				
			||||||
  trayIcon: HTMLInputElement,
 | 
					  trayIcon: HTMLInputElement,
 | 
				
			||||||
  updateFrequency: HTMLInputElement,
 | 
					  updateFrequency: HTMLInputElement,
 | 
				
			||||||
@@ -140,8 +141,9 @@ function refreshSettings() {
 | 
				
			|||||||
    port.value = settingsStore.get(settings.apiSettings.port);
 | 
					    port.value = settingsStore.get(settings.apiSettings.port);
 | 
				
			||||||
    singleInstance.checked = settingsStore.get(settings.singleInstance);
 | 
					    singleInstance.checked = settingsStore.get(settings.singleInstance);
 | 
				
			||||||
    skipArtists.checked = settingsStore.get(settings.skipArtists);
 | 
					    skipArtists.checked = settingsStore.get(settings.skipArtists);
 | 
				
			||||||
    theme.value = settingsStore.get(settings.theme);
 | 
					 | 
				
			||||||
    skippedArtists.value = settingsStore.get<string, string[]>(settings.skippedArtists).join("\n");
 | 
					    skippedArtists.value = settingsStore.get<string, string[]>(settings.skippedArtists).join("\n");
 | 
				
			||||||
 | 
					    staticWindowTitle.checked = settingsStore.get(settings.staticWindowTitle);
 | 
				
			||||||
 | 
					    theme.value = settingsStore.get(settings.theme);
 | 
				
			||||||
    trayIcon.checked = settingsStore.get(settings.trayIcon);
 | 
					    trayIcon.checked = settingsStore.get(settings.trayIcon);
 | 
				
			||||||
    updateFrequency.value = settingsStore.get(settings.updateFrequency);
 | 
					    updateFrequency.value = settingsStore.get(settings.updateFrequency);
 | 
				
			||||||
    enableListenBrainz.checked = settingsStore.get(settings.ListenBrainz.enabled);
 | 
					    enableListenBrainz.checked = settingsStore.get(settings.ListenBrainz.enabled);
 | 
				
			||||||
@@ -261,6 +263,7 @@ window.addEventListener("DOMContentLoaded", () => {
 | 
				
			|||||||
  trayIcon = get("trayIcon");
 | 
					  trayIcon = get("trayIcon");
 | 
				
			||||||
  skipArtists = get("skipArtists");
 | 
					  skipArtists = get("skipArtists");
 | 
				
			||||||
  skippedArtists = get("skippedArtists");
 | 
					  skippedArtists = get("skippedArtists");
 | 
				
			||||||
 | 
					  staticWindowTitle = get("staticWindowTitle");
 | 
				
			||||||
  singleInstance = get("singleInstance");
 | 
					  singleInstance = get("singleInstance");
 | 
				
			||||||
  updateFrequency = get("updateFrequency");
 | 
					  updateFrequency = get("updateFrequency");
 | 
				
			||||||
  enableListenBrainz = get("enableListenBrainz");
 | 
					  enableListenBrainz = get("enableListenBrainz");
 | 
				
			||||||
@@ -295,6 +298,7 @@ window.addEventListener("DOMContentLoaded", () => {
 | 
				
			|||||||
  addInputListener(port, settings.apiSettings.port);
 | 
					  addInputListener(port, settings.apiSettings.port);
 | 
				
			||||||
  addInputListener(skipArtists, settings.skipArtists);
 | 
					  addInputListener(skipArtists, settings.skipArtists);
 | 
				
			||||||
  addTextAreaListener(skippedArtists, settings.skippedArtists);
 | 
					  addTextAreaListener(skippedArtists, settings.skippedArtists);
 | 
				
			||||||
 | 
					  addInputListener(staticWindowTitle, settings.staticWindowTitle);
 | 
				
			||||||
  addInputListener(singleInstance, settings.singleInstance);
 | 
					  addInputListener(singleInstance, settings.singleInstance);
 | 
				
			||||||
  addSelectListener(theme, settings.theme);
 | 
					  addSelectListener(theme, settings.theme);
 | 
				
			||||||
  addInputListener(trayIcon, settings.trayIcon);
 | 
					  addInputListener(trayIcon, settings.trayIcon);
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -10,7 +10,7 @@ import {
 | 
				
			|||||||
} from "./features/listenbrainz/listenbrainz";
 | 
					} from "./features/listenbrainz/listenbrainz";
 | 
				
			||||||
import { StoreData } from "./features/listenbrainz/models/storeData";
 | 
					import { StoreData } from "./features/listenbrainz/models/storeData";
 | 
				
			||||||
import { Logger } from "./features/logger";
 | 
					import { Logger } from "./features/logger";
 | 
				
			||||||
import { Songwhip } from "./features/songwhip/songwhip";
 | 
					import { SharingService } from "./features/sharingService/sharingService";
 | 
				
			||||||
import { addCustomCss } from "./features/theming/theming";
 | 
					import { addCustomCss } from "./features/theming/theming";
 | 
				
			||||||
import { convertDurationToSeconds } from "./features/time/parse";
 | 
					import { convertDurationToSeconds } from "./features/time/parse";
 | 
				
			||||||
import { MediaInfo } from "./models/mediaInfo";
 | 
					import { MediaInfo } from "./models/mediaInfo";
 | 
				
			||||||
@@ -48,8 +48,9 @@ const elements = {
 | 
				
			|||||||
  search: '[class^="searchField"]',
 | 
					  search: '[class^="searchField"]',
 | 
				
			||||||
  shuffle: '*[data-test="shuffle"]',
 | 
					  shuffle: '*[data-test="shuffle"]',
 | 
				
			||||||
  repeat: '*[data-test="repeat"]',
 | 
					  repeat: '*[data-test="repeat"]',
 | 
				
			||||||
  account: '*[class^="profileOptions"]',
 | 
					  account: '*[data-test^="profile-image-button"]',
 | 
				
			||||||
  settings: '*[data-test^="open-settings"]',
 | 
					  settings: '*[data-test^="sidebar-menu-button"]',
 | 
				
			||||||
 | 
					  openSettings: '*[data-test^="open-settings"]',
 | 
				
			||||||
  media: '*[data-test="current-media-imagery"]',
 | 
					  media: '*[data-test="current-media-imagery"]',
 | 
				
			||||||
  image: "img",
 | 
					  image: "img",
 | 
				
			||||||
  current: '*[data-test="current-time"]',
 | 
					  current: '*[data-test="current-time"]',
 | 
				
			||||||
@@ -220,9 +221,9 @@ ListenBrainzStore.clear();
 | 
				
			|||||||
function addHotKeys() {
 | 
					function addHotKeys() {
 | 
				
			||||||
  if (settingsStore.get(settings.enableCustomHotkeys)) {
 | 
					  if (settingsStore.get(settings.enableCustomHotkeys)) {
 | 
				
			||||||
    addHotkey("Control+p", function () {
 | 
					    addHotkey("Control+p", function () {
 | 
				
			||||||
      elements.click("account");
 | 
					      elements.click("settings");
 | 
				
			||||||
      setTimeout(() => {
 | 
					      setTimeout(() => {
 | 
				
			||||||
        elements.click("settings");
 | 
					        elements.click("openSettings");
 | 
				
			||||||
      }, 100);
 | 
					      }, 100);
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
    addHotkey("Control+l", function () {
 | 
					    addHotkey("Control+l", function () {
 | 
				
			||||||
@@ -254,11 +255,10 @@ function addHotKeys() {
 | 
				
			|||||||
      elements.click("repeat");
 | 
					      elements.click("repeat");
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
    addHotkey("control+w", async function () {
 | 
					    addHotkey("control+w", async function () {
 | 
				
			||||||
      const result = await ipcRenderer.invoke(globalEvents.whip, getTrackURL());
 | 
					      const url = SharingService.getUniversalLink(getTrackURL());
 | 
				
			||||||
      const url = Songwhip.getWhipUrl(result);
 | 
					 | 
				
			||||||
      clipboard.writeText(url);
 | 
					      clipboard.writeText(url);
 | 
				
			||||||
      new Notification({
 | 
					      new Notification({
 | 
				
			||||||
        title: `Successfully whipped: `,
 | 
					        title: `Universal link generated: `,
 | 
				
			||||||
        body: `URL copied to clipboard: ${url}`,
 | 
					        body: `URL copied to clipboard: ${url}`,
 | 
				
			||||||
      }).show();
 | 
					      }).show();
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
@@ -550,6 +550,7 @@ setInterval(function () {
 | 
				
			|||||||
  const artistsArray = elements.getArtistsArray();
 | 
					  const artistsArray = elements.getArtistsArray();
 | 
				
			||||||
  const artistsString = elements.getArtistsString(artistsArray);
 | 
					  const artistsString = elements.getArtistsString(artistsArray);
 | 
				
			||||||
  const songDashArtistTitle = `${title} - ${artistsString}`;
 | 
					  const songDashArtistTitle = `${title} - ${artistsString}`;
 | 
				
			||||||
 | 
					  const staticTitle = "TIDAL Hi-Fi";
 | 
				
			||||||
  const titleOrArtistsChanged = currentSong !== songDashArtistTitle;
 | 
					  const titleOrArtistsChanged = currentSong !== songDashArtistTitle;
 | 
				
			||||||
  const current = elements.getText("current");
 | 
					  const current = elements.getText("current");
 | 
				
			||||||
  const currentStatus = getCurrentlyPlayingStatus();
 | 
					  const currentStatus = getCurrentlyPlayingStatus();
 | 
				
			||||||
@@ -594,7 +595,9 @@ setInterval(function () {
 | 
				
			|||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // update title, url and play info with new info
 | 
					    // update title, url and play info with new info
 | 
				
			||||||
    setTitle(songDashArtistTitle);
 | 
					    settingsStore.get(settings.staticWindowTitle)
 | 
				
			||||||
 | 
					      ? setTitle(staticTitle)
 | 
				
			||||||
 | 
					      : setTitle(songDashArtistTitle);
 | 
				
			||||||
    getTrackURL();
 | 
					    getTrackURL();
 | 
				
			||||||
    currentSong = songDashArtistTitle;
 | 
					    currentSong = songDashArtistTitle;
 | 
				
			||||||
    currentPlayStatus = currentStatus;
 | 
					    currentPlayStatus = currentStatus;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
import { Client, Presence } from "discord-rpc";
 | 
					import { Client, SetActivity } from "@xhayper/discord-rpc";
 | 
				
			||||||
import { app, ipcMain } from "electron";
 | 
					import { app, ipcMain } from "electron";
 | 
				
			||||||
import { globalEvents } from "../constants/globalEvents";
 | 
					import { globalEvents } from "../constants/globalEvents";
 | 
				
			||||||
import { settings } from "../constants/settings";
 | 
					import { settings } from "../constants/settings";
 | 
				
			||||||
@@ -12,6 +12,10 @@ const clientId = "833617820704440341";
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export let rpc: Client;
 | 
					export let rpc: Client;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					const ACTIVITY_LISTENING = 2;
 | 
				
			||||||
 | 
					const MAX_RETRIES = 5;
 | 
				
			||||||
 | 
					const RETRY_DELAY = 10000;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const observer = () => {
 | 
					const observer = () => {
 | 
				
			||||||
  if (rpc) {
 | 
					  if (rpc) {
 | 
				
			||||||
    updateActivity();
 | 
					    updateActivity();
 | 
				
			||||||
@@ -22,19 +26,20 @@ const defaultPresence = {
 | 
				
			|||||||
  largeImageKey: "tidal-hifi-icon",
 | 
					  largeImageKey: "tidal-hifi-icon",
 | 
				
			||||||
  largeImageText: `TIDAL Hi-Fi ${app.getVersion()}`,
 | 
					  largeImageText: `TIDAL Hi-Fi ${app.getVersion()}`,
 | 
				
			||||||
  instance: false,
 | 
					  instance: false,
 | 
				
			||||||
 | 
					  type: ACTIVITY_LISTENING,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const updateActivity = () => {
 | 
					const updateActivity = () => {
 | 
				
			||||||
  const showIdle = settingsStore.get<string, boolean>(settings.discord.showIdle) ?? true;
 | 
					  const showIdle = settingsStore.get<string, boolean>(settings.discord.showIdle) ?? true;
 | 
				
			||||||
  if (mediaInfo.status === MediaStatus.paused && !showIdle) {
 | 
					  if (mediaInfo.status === MediaStatus.paused && !showIdle) {
 | 
				
			||||||
    rpc.clearActivity();
 | 
					    rpc.user?.clearActivity();
 | 
				
			||||||
  } else {
 | 
					  } else {
 | 
				
			||||||
    rpc.setActivity(getActivity());
 | 
					    rpc.user?.setActivity(getActivity());
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const getActivity = (): Presence => {
 | 
					const getActivity = (): SetActivity => {
 | 
				
			||||||
  const presence: Presence = { ...defaultPresence };
 | 
					  const presence: SetActivity = { ...defaultPresence };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (mediaInfo.status === MediaStatus.paused) {
 | 
					  if (mediaInfo.status === MediaStatus.paused) {
 | 
				
			||||||
    presence.details =
 | 
					    presence.details =
 | 
				
			||||||
@@ -50,6 +55,7 @@ const getActivity = (): Presence => {
 | 
				
			|||||||
        settingsStore.get<string, string>(settings.discord.usingText) ?? "Playing media on TIDAL";
 | 
					        settingsStore.get<string, string>(settings.discord.usingText) ?? "Playing media on TIDAL";
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return presence;
 | 
					  return presence;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  function getFromStore() {
 | 
					  function getFromStore() {
 | 
				
			||||||
@@ -98,10 +104,31 @@ const getActivity = (): Presence => {
 | 
				
			|||||||
      const currentSeconds = convertDurationToSeconds(mediaInfo.current);
 | 
					      const currentSeconds = convertDurationToSeconds(mediaInfo.current);
 | 
				
			||||||
      const durationSeconds = convertDurationToSeconds(mediaInfo.duration);
 | 
					      const durationSeconds = convertDurationToSeconds(mediaInfo.duration);
 | 
				
			||||||
      const date = new Date();
 | 
					      const date = new Date();
 | 
				
			||||||
      const now = (date.getTime() / 1000) | 0;
 | 
					      const now = Math.floor(date.getTime() / 1000);
 | 
				
			||||||
      const remaining = date.setSeconds(date.getSeconds() + (durationSeconds - currentSeconds));
 | 
					      presence.startTimestamp = now - currentSeconds;
 | 
				
			||||||
      presence.startTimestamp = now;
 | 
					      presence.endTimestamp = presence.startTimestamp + durationSeconds;
 | 
				
			||||||
      presence.endTimestamp = remaining;
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * Try to login to RPC and retry if it errors
 | 
				
			||||||
 | 
					 * @param retryCount Max retry count
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					const connectWithRetry = async (retryCount = 0) => {
 | 
				
			||||||
 | 
					  try {
 | 
				
			||||||
 | 
					    await rpc.login();
 | 
				
			||||||
 | 
					    Logger.log("Connected to Discord");
 | 
				
			||||||
 | 
					    rpc.on("ready", updateActivity);
 | 
				
			||||||
 | 
					    Object.values(globalEvents).forEach((event) => ipcMain.on(event, observer));
 | 
				
			||||||
 | 
					  } catch (error) {
 | 
				
			||||||
 | 
					    if (retryCount < MAX_RETRIES) {
 | 
				
			||||||
 | 
					      Logger.log(
 | 
				
			||||||
 | 
					        `Failed to connect to Discord, retrying in ${RETRY_DELAY / 1000} seconds... (Attempt ${retryCount + 1}/${MAX_RETRIES})`
 | 
				
			||||||
 | 
					      );
 | 
				
			||||||
 | 
					      setTimeout(() => connectWithRetry(retryCount + 1), RETRY_DELAY);
 | 
				
			||||||
 | 
					    } else {
 | 
				
			||||||
 | 
					      Logger.log("Failed to connect to Discord after maximum retry attempts");
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
@@ -110,22 +137,8 @@ const getActivity = (): Presence => {
 | 
				
			|||||||
 * Set up the discord rpc and listen on globalEvents.updateInfo
 | 
					 * Set up the discord rpc and listen on globalEvents.updateInfo
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
export const initRPC = () => {
 | 
					export const initRPC = () => {
 | 
				
			||||||
  rpc = new Client({ transport: "ipc" });
 | 
					  rpc = new Client({ transport: { type: "ipc" }, clientId });
 | 
				
			||||||
  rpc.login({ clientId }).then(
 | 
					  connectWithRetry();
 | 
				
			||||||
    () => {
 | 
					 | 
				
			||||||
      rpc.on("ready", () => {
 | 
					 | 
				
			||||||
        updateActivity();
 | 
					 | 
				
			||||||
      });
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      const { updateInfo, play, pause, playPause } = globalEvents;
 | 
					 | 
				
			||||||
      [updateInfo, play, pause, playPause].forEach((status) => {
 | 
					 | 
				
			||||||
        ipcMain.on(status, observer);
 | 
					 | 
				
			||||||
      });
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    () => {
 | 
					 | 
				
			||||||
      Logger.log("Can't connect to Discord, is it running?");
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  );
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
@@ -133,7 +146,7 @@ export const initRPC = () => {
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
export const unRPC = () => {
 | 
					export const unRPC = () => {
 | 
				
			||||||
  if (rpc) {
 | 
					  if (rpc) {
 | 
				
			||||||
    rpc.clearActivity();
 | 
					    rpc.user?.clearActivity();
 | 
				
			||||||
    rpc.destroy();
 | 
					    rpc.destroy();
 | 
				
			||||||
    rpc = null;
 | 
					    rpc = null;
 | 
				
			||||||
    ipcMain.removeListener(globalEvents.updateInfo, observer);
 | 
					    ipcMain.removeListener(globalEvents.updateInfo, observer);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -69,6 +69,7 @@ export const settingsStore = new Store({
 | 
				
			|||||||
    singleInstance: true,
 | 
					    singleInstance: true,
 | 
				
			||||||
    skipArtists: false,
 | 
					    skipArtists: false,
 | 
				
			||||||
    skippedArtists: [""],
 | 
					    skippedArtists: [""],
 | 
				
			||||||
 | 
					    staticWindowTitle: false,
 | 
				
			||||||
    theme: "none",
 | 
					    theme: "none",
 | 
				
			||||||
    trayIcon: true,
 | 
					    trayIcon: true,
 | 
				
			||||||
    updateFrequency: 500,
 | 
					    updateFrequency: 500,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user