From 344c9c3100e7e57b89bd6e2fbe102ecdd492c8e3 Mon Sep 17 00:00:00 2001 From: eclipse7723 Date: Tue, 9 Jul 2024 13:07:38 +0300 Subject: [PATCH] fix typo --- plugin.json | 2 +- src/movie-parser.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index 0e8f6c7..166782f 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "id": "UASerials", "file": "uaserials.js", "showtimeVersion": "5", - "version": "1.2.0", + "version": "1.2.1", "author": "eclipse7723", "title": "UASerials", "icon": "logo.svg", diff --git a/src/movie-parser.js b/src/movie-parser.js index bfa41a6..8019321 100644 --- a/src/movie-parser.js +++ b/src/movie-parser.js @@ -137,7 +137,7 @@ function parseTrailer(page, movieData) { if (data.tabName !== "Трейлер") return; page.appendPassiveItem("separator", '', { - title: "Трейлер" + title: "Трейлер (HLS)" }); page.appendItem(PLUGIN.id + ":play:" + data.url + ":" + movieData.title, "directory", { title: movieData.title