]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
dvr: Fix season/episode unique test when recording.
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Fri, 16 Nov 2018 09:17:53 +0000 (09:17 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 19 Nov 2018 12:28:24 +0000 (13:28 +0100)
commitaee5f768a44174371f5a7012397bb664addedd31
treea03ae53f5cf3e8ae81fd92e3a3eff39a68066fc0
parent718450acd9fe8f9ca35bc2eaef8fedf11ec90878
dvr: Fix season/episode unique test when recording.

The test for season/episode numbers the same has become broken during
the changeover of types from string to int. So it was only checking
episode numbers, meaning that S02E01 would not record if S01E01 was
available.
src/dvr/dvr_db.c