[PATCH 2/9] Podcast plugin: increased index number range
dinkypumpkin
dinkypumpkin at gmail.com
Sun May 27 15:05:06 EDT 2012
Plugin only supported 10K programmes. Index range
changed to support 100K programmes.
---
plugins/podcast.plugin | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/podcast.plugin b/plugins/podcast.plugin
index dab8803..a2a3879 100644
--- a/plugins/podcast.plugin
+++ b/plugins/podcast.plugin
@@ -54,8 +54,8 @@ sub new {
}
-sub index_min { return 20001 }
-sub index_max { return 29999 }
+sub index_min { return 200001 }
+sub index_max { return 299999 }
# Class cmdline Options
--
1.7.7.5 (Apple Git-26)
More information about the get_iplayer
mailing list