summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp1
-rw-r--r--server/server.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
index 92b2f27..b27ad6a 100644
--- a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
+++ b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
@@ -119,7 +119,6 @@ private:
fclose(fd);
}
- // TODO: implement check for radio stations
DLNA4thField fourthfield;
string contentType, upnpclass;
if(parser.Vtype() != 0){
diff --git a/server/server.cpp b/server/server.cpp
index 616d55b..c6795df 100644
--- a/server/server.cpp
+++ b/server/server.cpp
@@ -41,7 +41,7 @@ cMediaServer::cMediaServer()
if (gethostname(tmp, sizeof(tmp)) == 0) {
string name = tmp;
boost::to_upper(name);
- mServerDescription.friendlyName = name + ": " + mServerDescription.friendlyName;
+ mServerDescription.friendlyName = name + " - " + mServerDescription.friendlyName;
}
mServerIcons.push_back(ServerIcon(image::DLNA_ICON_PNG_SM_24A, "images/upnpIconSm.png"));