From eaca17c88904a80896a02b23dd3b9dde4503587b Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 8 Dec 2023 21:48:44 -0500 Subject: [PATCH 1/3] fixSpotifyEmbeds --- exts/fixSpotifyEmbeds.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 exts/fixSpotifyEmbeds.json diff --git a/exts/fixSpotifyEmbeds.json b/exts/fixSpotifyEmbeds.json new file mode 100644 index 0000000..9b879cb --- /dev/null +++ b/exts/fixSpotifyEmbeds.json @@ -0,0 +1,6 @@ +{ + "repository": "https://github.com/imlvna/moonlight-extensions.git", + "commit": "f758fd6f5e94abe3e40d23ce08584346ec02d011", + "scripts": ["build", "repo"], + "artifact": "repo/fixSpotifyEmbeds.asar" +} From 048b586078e98bcdfa6ad73d516094b0e7fc6879 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 8 Dec 2023 21:52:39 -0500 Subject: [PATCH 2/3] favouriteMedia --- exts/betterRoleDot.json | 2 +- exts/favouriteMedia.json | 6 ++++++ exts/fixSpotifyEmbeds.json | 2 +- exts/noDmCallIdle.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 exts/favouriteMedia.json diff --git a/exts/betterRoleDot.json b/exts/betterRoleDot.json index b5a4acf..3ffcc7a 100644 --- a/exts/betterRoleDot.json +++ b/exts/betterRoleDot.json @@ -1,6 +1,6 @@ { "repository": "https://github.com/imlvna/moonlight-extensions.git", - "commit": "00204a94d615f30229c792cc3d519310f57127a5", + "commit": "17ff504faf828f568cafc2853686b80aac0f5488", "scripts": ["build", "repo"], "artifact": "repo/betterRoleDot.asar" } diff --git a/exts/favouriteMedia.json b/exts/favouriteMedia.json new file mode 100644 index 0000000..cefa670 --- /dev/null +++ b/exts/favouriteMedia.json @@ -0,0 +1,6 @@ +{ + "repository": "https://github.com/imlvna/moonlight-extensions.git", + "commit": "17ff504faf828f568cafc2853686b80aac0f5488", + "scripts": ["build", "repo"], + "artifact": "repo/favouriteMedia.asar" +} diff --git a/exts/fixSpotifyEmbeds.json b/exts/fixSpotifyEmbeds.json index 9b879cb..bc78549 100644 --- a/exts/fixSpotifyEmbeds.json +++ b/exts/fixSpotifyEmbeds.json @@ -1,6 +1,6 @@ { "repository": "https://github.com/imlvna/moonlight-extensions.git", - "commit": "f758fd6f5e94abe3e40d23ce08584346ec02d011", + "commit": "17ff504faf828f568cafc2853686b80aac0f5488", "scripts": ["build", "repo"], "artifact": "repo/fixSpotifyEmbeds.asar" } diff --git a/exts/noDmCallIdle.json b/exts/noDmCallIdle.json index f7e0df2..b97e144 100644 --- a/exts/noDmCallIdle.json +++ b/exts/noDmCallIdle.json @@ -1,6 +1,6 @@ { "repository": "https://github.com/imlvna/moonlight-extensions.git", - "commit": "c91525623e257ad9b80bf57a7eb2b8198cbb49a8", + "commit": "17ff504faf828f568cafc2853686b80aac0f5488", "scripts": ["build", "repo"], "artifact": "repo/noDmCallIdle.asar" } From 5101f75ce615888251c1d38bb35767a79b7878f7 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 8 Dec 2023 22:30:24 -0500 Subject: [PATCH 3/3] loadingQuotes --- exts/loadingQuotes.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 exts/loadingQuotes.json diff --git a/exts/loadingQuotes.json b/exts/loadingQuotes.json new file mode 100644 index 0000000..204a79d --- /dev/null +++ b/exts/loadingQuotes.json @@ -0,0 +1,6 @@ +{ + "repository": "https://github.com/imlvna/moonlight-extensions.git", + "commit": "b10560f745d5171199296105ec9a7a478e4b7cc2", + "scripts": ["build", "repo"], + "artifact": "repo/loadingQuotes.asar" +}