#!/bin/sh

uci -q batch <<-EOF >/dev/null
	delete ucitrack.@qbittorrent[-1]
	commit ucitrack
EOF

rm -f /tmp/luci-indexcache
exit 0
