Skip to content

Commit

Permalink
Removed depreciated function
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Aug 20, 2011
1 parent 94acb23 commit d8ae6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m/default-mobileconfig.php
Expand Up @@ -3,15 +3,15 @@
"Library" => "wXBMCLibrary", "Library" => "wXBMCLibrary",
//"Remote" => "wRemote", //"Remote" => "wRemote",
"Playing" => "wNowPlaying", "Playing" => "wNowPlaying",
"Upcoming" => "wComingEpisodes", // Depreciated "Upcoming" => "wComingEpisodes",
"Control" => "wControl", "Control" => "wControl",
"SABnzbd" => "wSabnzbd", "SABnzbd" => "wSabnzbd",
"RSS" => "wRSS", "RSS" => "wRSS",
"Drives" => "wHardDrives" "Drives" => "wHardDrives"
); );
$mobilefunction["wXBMCLibrary"] = "executeVideo(\"m\", \$action, \$breadcrumb, \$params);"; $mobilefunction["wXBMCLibrary"] = "executeVideo(\"m\", \$action, \$breadcrumb, \$params);";
$mobilefunction["wNowPlaying"] = "displayNowPlaying(\"index.php\");"; $mobilefunction["wNowPlaying"] = "displayNowPlaying(\"index.php\");";
$mobilefunction["wComingEpisodes"] = "displayComingSoon();"; // Depreciated $mobilefunction["wComingEpisodes"] = "displayComingSoon();";
$mobilefunction["wControl"] = "widgetControl(\"index.php\", true);"; $mobilefunction["wControl"] = "widgetControl(\"index.php\", true);";
$mobilefunction["wSabnzbd"] = "sabStatus();"; $mobilefunction["wSabnzbd"] = "sabStatus();";
$mobilefunction["wRSS"] = "widgetRSS(\"index.php\");"; $mobilefunction["wRSS"] = "widgetRSS(\"index.php\");";
Expand Down

0 comments on commit d8ae6ae

Please sign in to comment.