diff options
author | Denis Loh <denis.loh@gmail.com> | 2010-01-25 12:10:01 +0100 |
---|---|---|
committer | Denis Loh <denis.loh@gmail.com> | 2010-01-25 12:10:01 +0100 |
commit | 724cb5e3783311f6b8c808852dbe2de59f2399b0 (patch) | |
tree | be1f2d617b4a3e2e156b7a2d6ba9ee335cde63cf /dlna/profiles/wmv9.cpp | |
parent | 0152f33daffe3fe943d6a134409d02df7ecaa982 (diff) | |
download | vdr-plugin-upnp-724cb5e3783311f6b8c808852dbe2de59f2399b0.tar.gz vdr-plugin-upnp-724cb5e3783311f6b8c808852dbe2de59f2399b0.tar.bz2 |
Fixed small bug which leads to an empty TV folder
Diffstat (limited to 'dlna/profiles/wmv9.cpp')
-rw-r--r-- | dlna/profiles/wmv9.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dlna/profiles/wmv9.cpp b/dlna/profiles/wmv9.cpp new file mode 100644 index 0000000..02e8de4 --- /dev/null +++ b/dlna/profiles/wmv9.cpp @@ -0,0 +1,8 @@ +/* + * File: profiles_wmv9.cpp + * Author: savop + * + * Created on 7. Dezember 2009, 14:53 + */ + +#include "profiles/wmv9.h"
\ No newline at end of file |