Skip to content

Commit

Permalink
Update app enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
aymene authored and aymene committed Jan 27, 2024
1 parent f4ca322 commit 6605c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/updateApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import os from 'os';
import { version as localVersion } from "../../package.json";

async function getAppVersionGithub() {
const githubJson = await fetch('https://api.github.com/repos/aymene69/EventX/releases/latest');
const githubJson = await fetch('https://api.github.com/repos/aymene69/stremio-jackett/releases/latest');
const githubJsonContent = await githubJson.json();
// @ts-ignore
const appVersion = githubJsonContent.tag_name;
Expand Down

0 comments on commit 6605c54

Please sign in to comment.