]> git.etc.gen.nz Git - mythtv-status.git/commit
Move the limiting of how many auto expire shows to display to an outer loop.
authorAndrew Ruthven <andrew@etc.gen.nz>
Tue, 17 Jun 2008 21:42:25 +0000 (09:42 +1200)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Tue, 17 Jun 2008 21:50:28 +0000 (09:50 +1200)
commit339d3948b245e6b5da8927875cab35f1ef5e64d7
treef08d439ffb394d1b59951e9506b0d95258caf417
parent054c6634d56c260a6a27b1836a363fee2ca25a4c
Move the limiting of how many auto expire shows to display to an outer loop.

This stops us from building a MythTV::Program object for every show in the
auto expire list, even those we aren't going to display.

Thanks to Tom Metro for pointing out this needless work.
bin/mythtv-status