Skip to content

Commit ac7b4ec

Browse files
v1.1.7: Android TV targeting + smart provider links
1 parent e2fc4fc commit ac7b4ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,10 +711,10 @@ function buildExternalUrl(result, tokens) {
711711
}
712712

713713
// --------------------------- Manifest & Config ------------------------------
714-
// v1.1.6 — tighten manifest for Android TV: stream only, movie/series, "tt" ids
714+
// v1.1.7 — tighten manifest for Android TV: stream only, movie/series, "tt" ids
715715
const manifest = {
716716
id: "a1337user.statusio.multi.simple",
717-
version: "1.1.6",
717+
version: "1.1.7",
718718
name: "Statusio",
719719
description:
720720
"Shows premium status & days remaining across multiple debrid providers.",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "statusio",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Statusio • Stremio Debrid Status Addon",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)