From 42516edf39f2e7b8ba4431b4942edfd42bf8b31c Mon Sep 17 00:00:00 2001 From: lucas_nz Date: Sun, 28 Oct 2012 22:32:36 +1300 Subject: [PATCH] hasTStivo has been removed from wmcrbines git and replaced with it_ts_capable --- plugins/togo/togo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/togo/togo.py b/plugins/togo/togo.py index dce7813..d61cae5 100644 --- a/plugins/togo/togo.py +++ b/plugins/togo/togo.py @@ -88,7 +88,7 @@ class ToGo(Plugin): tivoIP = query['TiVo'][0] tsn = config.tivos_by_ip(tivoIP) - togo_mpegts = config.hasTStivo(tsn) + togo_mpegts = config.is_ts_capable(tsn) useragent = handler.headers.getheader('User-Agent', '') tivo_name = config.tivo_names[tsn] -- 2.11.4.GIT