mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2026-04-21 08:12:46 -05:00
Compare commits
3 Commits
cd39ce5d14
...
44b4cb58d7
| Author | SHA1 | Date | |
|---|---|---|---|
| 44b4cb58d7 | |||
| 99330103a8 | |||
| 559090d9d7 |
+2
-2
@@ -581,8 +581,8 @@ HostConfig() {
|
|||||||
LOG_TOOL="logger"
|
LOG_TOOL="logger"
|
||||||
if [ -d /run/service/plex ]; then
|
if [ -d /run/service/plex ]; then
|
||||||
HaveStartStop=1
|
HaveStartStop=1
|
||||||
StartCommand="s6-svc -u /run/service/plex"
|
StartCommand="s6-svc -u /run/service/service-plex"
|
||||||
StopCommand="s6-svc -d /run/service/plex"
|
StopCommand="s6-svc -d /run/service/service-plex"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
HostType="HOTIO"
|
HostType="HOTIO"
|
||||||
|
|||||||
@@ -9,6 +9,16 @@
|
|||||||
|
|
||||||
# Release Info:
|
# Release Info:
|
||||||
|
|
||||||
|
v1.0.12
|
||||||
|
|
||||||
|
- Update HOTIO start/stop commands (re: #404461a)
|
||||||
|
|
||||||
|
v1.0.11
|
||||||
|
|
||||||
|
- Correct PMS stop problem. Stop operation would not wait until PMS actually stopped.
|
||||||
|
Now DBRepair waits up to 30 seconds for PMS to stop before issuing error
|
||||||
|
|
||||||
|
|
||||||
v1.0.10
|
v1.0.10
|
||||||
|
|
||||||
- Correct bug when importing watch lists. Negative watch counts could occur.
|
- Correct bug when importing watch lists. Negative watch counts could occur.
|
||||||
|
|||||||
Reference in New Issue
Block a user