summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2010-05-22 08:50:10 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2010-05-22 08:50:10 +0200
commitd30b65a014c7d02651265096fdd40567c8d83d46 (patch)
treea1bc100adf32e5e800c76582ac3e0b346d5cc58e /web
parentAdd that function to php. (diff)
downloadAnyLoader-d30b65a014c7d02651265096fdd40567c8d83d46.tar.xz
AnyLoader-d30b65a014c7d02651265096fdd40567c8d83d46.zip
Remove movie support.
Diffstat (limited to 'web')
-rw-r--r--web/AnyLoader.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/AnyLoader.php b/web/AnyLoader.php
index c6b41bc..5d55d63 100644
--- a/web/AnyLoader.php
+++ b/web/AnyLoader.php
@@ -87,5 +87,8 @@ class AnyLoader {
public function startTerminatedTasks() {
return $this->request("startTerminatedTasks");
}
+ public function removeMovie($movieTitle) {
+ return $this->request("removeMovie", $movieTitle);
+ }
}
?> \ No newline at end of file