Novik / ruTorrent

Yet another web front-end for rTorrent
Other
1.98k stars 409 forks source link

files: Fix file link null #2603

Closed TrimmingFool closed 6 months ago

TrimmingFool commented 6 months ago

setAttr only removes an attribute which is set to undefined and getAttr only returns null for an attribute if it does not exist.

Fixes: #2600

stickz commented 6 months ago

Thanks!