Author: dmeyer
Date: Fri Mar 16 15:23:38 2007
New Revision: 2566

Modified:
   trunk/epg/src/server.py

Log:
add category to program

Modified: trunk/epg/src/server.py
==============================================================================
--- trunk/epg/src/server.py     (original)
+++ trunk/epg/src/server.py     Fri Mar 16 15:23:38 2007
@@ -72,6 +72,7 @@
             episode = (unicode, ATTR_SIMPLE),
             subtitle = (unicode, ATTR_SIMPLE),
             genre = (unicode, ATTR_SEARCHABLE),
+            category = (unicode, ATTR_SEARCHABLE),  
             date = (int, ATTR_SEARCHABLE),
             rating = (dict, ATTR_SIMPLE)
         )

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to