adamsutton / tvheadend

Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.
http://www.lonelycoder.com/hts/tvheadend_overview.html
Other
18 stars 5 forks source link

idnode's using static strings for certain string returns #93

Open adamsutton opened 10 years ago

adamsutton commented 10 years ago

This is a real problem when trying to sort objects, since the second request (on the second object) will effectively negate the first return and cause both values to appear the same!

This can be worked around by taking a temporary copy of the first value before fetching the second. But its just not very nice!