tvheadend
tvheadend copied to clipboard
idnode's using static strings for certain string returns
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!