diff options
author | Denis Loh <denis.loh@gmail.com> | 2009-10-28 11:57:37 +0100 |
---|---|---|
committer | Denis Loh <denis.loh@gmail.com> | 2009-10-28 11:57:37 +0100 |
commit | 8f5c2e9e959d137eda7551691661861ca957459f (patch) | |
tree | 2795f47d909ea50895625bcfa45cec2dfc6d0236 /common.h | |
parent | 08a0fde39e774d2dd8e688928d92a438f3fac8ce (diff) | |
download | vdr-plugin-upnp-8f5c2e9e959d137eda7551691661861ca957459f.tar.gz vdr-plugin-upnp-8f5c2e9e959d137eda7551691661861ca957459f.tar.bz2 |
Removed bug with ' in recordings
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -718,7 +718,7 @@ struct DLNAIconProfile { /* Audio */ extern DLNAProfile DLNA_PROFILE_MPEG1_L3; // MP3 /* Video */ -extern DLNAProfile DLNA_PROFILE_MPEG2_TS_SD_EU; // This is the profile for DVB-TV +extern DLNAProfile DLNA_PROFILE_MPEG_TS_SD_EU; // This is the profile for DVB-TV extern DLNAProfile DLNA_PROFILE_AVC_TS_HD_EU; // This is the profile for DVB-TV /* Icons */ |