|
|
@ -296,7 +296,7 @@ class QueueItemAdd(ShowQueueItem): |
|
|
|
# be smartish about this |
|
|
|
if self.show.genre and "talk show" in self.show.genre.lower(): |
|
|
|
self.show.air_by_date = 1 |
|
|
|
elif self.show.genre and "sports" in self.show.genre.lower(): |
|
|
|
elif self.show.classification and "sports" in self.show.classification.lower(): |
|
|
|
self.show.sports = 1 |
|
|
|
|
|
|
|
|
|
|
|