diff options
| author | RblSb <msrblsb@gmail.com> | 2021-02-14 06:46:05 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2021-02-14 06:46:05 +0300 |
| commit | 600156045aa6f93c79fd57ee4e76d588b3f734e6 (patch) | |
| tree | 85f1910e202091a2c446e21a4f938214c66b311c /src/client/Player.hx | |
| parent | 5b4d9c6257f7563ef685ab383037906355fbf054 (diff) | |
Subtitles url input
Can be enabled by plugins
Diffstat (limited to 'src/client/Player.hx')
| -rw-r--r-- | src/client/Player.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/Player.hx b/src/client/Player.hx index 9ee3ead..735f73c 100644 --- a/src/client/Player.hx +++ b/src/client/Player.hx @@ -142,6 +142,7 @@ class Player { title: item.title, author: item.author, duration: item.duration, + subs: item.subs, isTemp: item.isTemp, isIframe: item.isIframe }); |
