mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2023-10-10 13:36:57 +02:00
Unify naming and fix typo
Use same addon names in client.cpp and addon.xml. Signed-off-by: Julian Scheel <julian@jusst.de>
This commit is contained in:
parent
7064ff8075
commit
4665b282a2
@ -2,7 +2,7 @@
|
|||||||
<addon
|
<addon
|
||||||
id="pvr.octonet"
|
id="pvr.octonet"
|
||||||
version="0.3"
|
version="0.3"
|
||||||
name="PVR DigitalDevices Octonet Client"
|
name="PVR DigitalDevices Octopus NET Client"
|
||||||
provider-name="digitaldevices">
|
provider-name="digitaldevices">
|
||||||
<requires>
|
<requires>
|
||||||
<c-pluff version="0.1" />
|
<c-pluff version="0.1" />
|
||||||
@ -16,8 +16,8 @@
|
|||||||
library_windx="pvr.octonet.dll"
|
library_windx="pvr.octonet.dll"
|
||||||
library_android="libpvr.octonet.so" />
|
library_android="libpvr.octonet.so" />
|
||||||
<extension point="xbmc.addon.metadata">
|
<extension point="xbmc.addon.metadata">
|
||||||
<summary lang="de_DE">Kodi PVR Addon für DigitalDevices Octonet Streams</summary>
|
<summary lang="de_DE">Kodi PVR Addon für DigitalDevices Octopus NET Streams</summary>
|
||||||
<summary lang="en_US">Kodi PVR Addon for DigitalDevices Octonet Streams</summary>
|
<summary lang="en_US">Kodi PVR Addon for DigitalDevices Octopus NET Streams</summary>
|
||||||
<platform>all</platform>
|
<platform>all</platform>
|
||||||
</extension>
|
</extension>
|
||||||
</addon>
|
</addon>
|
||||||
|
@ -157,7 +157,7 @@ PVR_ERROR GetAddonCapabilities(PVR_ADDON_CAPABILITIES *pCapabilities)
|
|||||||
|
|
||||||
const char* GetBackendName(void)
|
const char* GetBackendName(void)
|
||||||
{
|
{
|
||||||
return "DigitalDevice Octonet PVR Addon";
|
return "DigitalDevices Octopus NET Client";
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* GetBackendVersion(void)
|
const char* GetBackendVersion(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user