Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse7723 committed Jul 9, 2024
1 parent e88b127 commit 344c9c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/movie-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 344c9c3

Please sign in to comment.