diff options
| author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2026-07-16 21:24:45 -0700 |
|---|---|---|
| committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2026-07-16 21:24:45 -0700 |
| commit | 7797e1e448308aeffeee0219498559ed2c635875 (patch) | |
| tree | 5da60df6bdfaca29632ea004bdd7fecd599724ad /xc.lua | |
| parent | 0cc08ff142621dac444d84be05bf9b6f4acd602b (diff) | |
| download | mpv-iptv-menu-7797e1e448308aeffeee0219498559ed2c635875.tar.gz mpv-iptv-menu-7797e1e448308aeffeee0219498559ed2c635875.tar.xz | |
Diffstat (limited to 'xc.lua')
| -rw-r--r-- | xc.lua | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -109,8 +109,9 @@ json.dump( end function mt:stream_url(stream_type, stream_id) - if stream_type == 'series' then - return self.url .. '/series/' .. + if stream_type == 'movie' or stream_type == 'series' then + return self.url .. '/' .. + stream_type .. '/' .. self.user .. '/' .. self.pass .. '/' .. stream_id .. '.vod' |
