diff options
author | methodus <methodus@web.de> | 2012-11-03 00:06:03 +0100 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-11-03 00:06:03 +0100 |
commit | bec6d08458df0fc96cc456946cebd355924fded3 (patch) | |
tree | 332a00ddfd520653e848aa4b09292184c177176b /plugins/profiler | |
parent | 613655949adf7936ae3d57cdcc464431fd096119 (diff) | |
download | vdr-plugin-upnp-bec6d08458df0fc96cc456946cebd355924fded3.tar.gz vdr-plugin-upnp-bec6d08458df0fc96cc456946cebd355924fded3.tar.bz2 |
Changed friendlyname divider from colon to hyphen
Diffstat (limited to 'plugins/profiler')
-rw-r--r-- | plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp | 1 |
1 files changed, 0 insertions, 1 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){ |