Skip to content

Commit

Permalink
Bump to version 1.9.7
Browse files Browse the repository at this point in the history
- Add `--custom-player <PATH>` option on `play` command. Allows passing
  path of player supported by Streamlink. See
  https://streamlink.github.io/players.html for list of supported
  players that can be used.
- Fix xmltv output to generate records in the `.m3u` file for all 100
  channels, this fixes channel mapping issues in xTeVe / Plex Live TV
  • Loading branch information
tarkah committed Mar 2, 2020
1 parent d7bc516 commit 54034ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lazystream"
version = "1.9.6"
version = "1.9.7"
authors = ["tarkah <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Easily get LazyMan stream links, output directly or to m3u / xmltv formats. Stre
```
❯ lazystream --help
lazystream 1.9.6
lazystream 1.9.7
tarkah <[email protected]>
Easily get LazyMan stream links, output directly or to m3u / xmltv formats. Streams can also be recorded or casted.
Expand Down

0 comments on commit 54034ab

Please sign in to comment.