2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

RSS: disabled FORKABLE because the picture counter cannot be saved

git-svn-id: https://svn.fhem.de/fhem/trunk@6543 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2014-09-12 15:13:15 +00:00
parent 823c187ae3
commit eb2a01027b

View File

@ -42,7 +42,7 @@ RSS_addExtension($$$) {
$data{FWEXT}{$url}{FUNC} = $func; $data{FWEXT}{$url}{FUNC} = $func;
$data{FWEXT}{$url}{LINK} = $link; $data{FWEXT}{$url}{LINK} = $link;
$data{FWEXT}{$url}{NAME} = $friendlyname; $data{FWEXT}{$url}{NAME} = $friendlyname;
$data{FWEXT}{$url}{FORKABLE} = 1; #$data{FWEXT}{$url}{FORKABLE} = 1;
} }
################## ##################