Skip to content

Commit

Permalink
Updated: Change logo file format from PNG to JPG
Browse files Browse the repository at this point in the history
Switched the `logo` URL in `addon.js` line 77 from `.png` to `.jpg`. This updates the logo format, potentially reducing file size or addressing compatibility issues.

Signed-off-by: Md. Sazzad Hossain Sharkar <md@szd.sh>
  • Loading branch information
SHSharkar committed Dec 24, 2024
1 parent 7c7e3b3 commit b4617b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports = function (config) {
},
],
idPrefixes: ["rd:"],
logo: "https://raw.githubusercontent.com/SHSharkar/Stremio-Real-Debrid-Addon/refs/heads/main/icon/logo.png",
logo: "https://raw.githubusercontent.com/SHSharkar/Stremio-Real-Debrid-Addon/refs/heads/main/icon/logo.jpg",
};

const builder = new addonBuilder(manifest);
Expand Down

0 comments on commit b4617b1

Please sign in to comment.