We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319650d commit d320a9fCopy full SHA for d320a9f
serverthread.cpp
@@ -60,7 +60,7 @@ void cServerThread::Action(void)
60
RestfulService* recordings = new RestfulService("/recordings", true, 1);
61
RestfulService* recordingsCut = new RestfulService("/recordings/cut", true, 1, recordings);
62
RestfulService* recordingsMarks = new RestfulService("/recordings/marks", true, 1, recordings);
63
- RestfulService* recordingsPlay = new RestfulService("/recordings/play", true, 1, recordings);
+ RestfulService* recordingsPlay = new RestfulService("/recordings/play", true, 2, recordings);
64
RestfulService* recordingsRewind = new RestfulService("/recordings/rewind", true, 1, recordings);
65
RestfulService* remote = new RestfulService("/remote", true, 1);
66
RestfulService* searchtimers = new RestfulService("/searchtimers", false, 1);
0 commit comments