forked from hummypkg/webif
updates
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@585 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
@@ -17,6 +17,8 @@ class ts {
|
||||
error ""
|
||||
guidance ""
|
||||
bookmarks 0
|
||||
schedstart 0
|
||||
scheddur 0
|
||||
}
|
||||
|
||||
ts method duration {{raw 0}} {
|
||||
@@ -35,7 +37,7 @@ ts method _parse {line} {
|
||||
|
||||
lassign [split $line "\t"] \
|
||||
title synopsis definition channel_num channel_name \
|
||||
start end flags_list guidance bookmarks
|
||||
start end flags_list guidance bookmarks schedstart scheddur
|
||||
|
||||
set flags [split [string range $flags_list 0 end-1] ,]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user