Hans-Jürgen Ficker wrote:
> Dirk Meyer <[EMAIL PROTECTED]> writes:
>
>>
>> Thanks, fixed.
>>
>
> Aaargh! My patch broke adding recordings by means of favorites. This
> patch fixes it:
>
> Index: freevo/tvserver/src/epg.py
> ===================================================================
> --- freevo/tvserver/src/epg.py (revision 7921)
> +++ freevo/tvserver/src/epg.py (working copy)
> @@ -166,8 +166,10 @@
> continue
>
> rec = Recording(p.title, p.channel.id, fav.priority,
> - p.start, p.stop, episode=p.episode,
> - subtitle=p.subtitle, description=p.description)
> + p.start, p.stop,
> + info={ "episode":p.episode,
> + "subtitle":p.subtitle,
> + "description":p.description } )
>
> if rec in recordings:
> # This does not only avoid adding recordings twice, itIn SVN ... without testing :) Dischi -- "To alcohol! The cause of - and solution to - all of life's problems!" -- Homer Simpson
pgpyBIwl3TO0T.pgp
Description: PGP signature
