Merge branch 'dev/1.5.x'
This commit is contained in:
commit
bc7b70ef12
1
.github/workflows/docker-build.yaml
vendored
1
.github/workflows/docker-build.yaml
vendored
@ -38,6 +38,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
file: ${{ matrix.Dockerfile }}
|
||||
tags: vexorian/dizquetv:${{ inputs.tag }}${{ matrix.suffix }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# dizqueTV 1.5.1
|
||||
# dizqueTV 1.5.2
|
||||
  
|
||||
|
||||
Create live TV channel streams from media on your Plex servers.
|
||||
|
||||
@ -35,5 +35,5 @@ module.exports = {
|
||||
// staying active, it checks every 5 seconds
|
||||
PLAYED_MONITOR_CHECK_FREQUENCY: 5*1000,
|
||||
|
||||
VERSION_NAME: "1.5.1"
|
||||
VERSION_NAME: "1.5.2"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user