Merge pull request #91 from vexorian/20200905_67dev

Prepare 0.0.67 development
This commit is contained in:
vexorian 2020-09-05 19:12:48 -04:00 committed by GitHub
commit d5661201ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# dizqueTV 0.0.66-prerelease
# dizqueTV 0.0.67-prerelease
![Discord](https://img.shields.io/discord/711313431457693727?logo=discord&logoColor=fff&style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/vexorian/dizquetv?logo=github&style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/vexorian/dizquetv?logo=docker&logoColor=fff&style=flat-square)
Create live TV channel streams from media on your Plex servers.

View File

@ -4,5 +4,5 @@ module.exports = {
STEALTH_DURATION: 5 * 60* 1000,
TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000,
VERSION_NAME: "0.0.66-prerelease"
VERSION_NAME: "0.0.67-prerelease"
}