diff options
Diffstat (limited to 'pirowatch')
-rwxr-xr-x | pirowatch | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -55,9 +55,7 @@ stream() { webtorrent --mpv -o "$cache_dir" --torrent-port "$torrent_port" --dht-port "$dht_port" "$1" --select "$2" else webtorrent --mpv -o "$cache_dir" --torrent-port "$torrent_port" --dht-port "$dht_port" "$1" - fi - - [ "$?" != 0 ] && + fi || die "webtorrent failed to play" } |