mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed svdrp error codes
This commit is contained in:
parent
328af5373f
commit
c47cbcca8b
@ -231,7 +231,7 @@ cString cPluginSkinDesigner::SVDRPCommand(const char *Command, const char *Optio
|
||||
|
||||
if (!activeSkin) {
|
||||
ReplyCode = 550;
|
||||
return "";
|
||||
return "SKINDESIGNER not active.";
|
||||
}
|
||||
|
||||
if (strcasecmp(Command, "RELD") == 0) {
|
||||
@ -289,7 +289,7 @@ cString cPluginSkinDesigner::SVDRPCommand(const char *Command, const char *Optio
|
||||
return "SKINDESIGNER Custom Tokens listed in Log";
|
||||
}
|
||||
ReplyCode = 502;
|
||||
return "SKINDESIGNER not active.";
|
||||
return "SKINDESIGNER invalid SVDRP command.";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user