tvheadend icon indicating copy to clipboard operation
tvheadend copied to clipboard

idnode's using static strings for certain string returns

Open adamsutton opened this issue 11 years ago • 0 comments

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!

adamsutton avatar Oct 15 '13 21:10 adamsutton