diff options
Diffstat (limited to 'vdr-smarttvweb/httpresource.h')
-rwxr-xr-x | vdr-smarttvweb/httpresource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vdr-smarttvweb/httpresource.h b/vdr-smarttvweb/httpresource.h index fef59ce..74765de 100755 --- a/vdr-smarttvweb/httpresource.h +++ b/vdr-smarttvweb/httpresource.h @@ -144,7 +144,8 @@ class cHttpResource { int sendVdrDir(struct stat *statbuf); int sendRecordingsXml (struct stat *statbuf); int sendChannelsXml (struct stat *statbuf); - int sendResumeXml (struct stat *statbuf); + int sendResumeXml (); + // int sendResumeXml (struct stat *statbuf); int sendEpgXml (struct stat *statbuf); int sendMediaXml (struct stat *statbuf); |