Add Rinon's next au PAY show manually #5

My aupay-insert.pl script can only handle shows
that have a YouTube pre-show.  I don't see anything
on YouTube yet for this show.
This commit is contained in:
gg 2023-09-03 12:03:10 -07:00
parent 62bcebb95d
commit fb4b88872f
1 changed files with 3 additions and 0 deletions

View File

@ -161,3 +161,6 @@ INSERT INTO schedule (caster_id, segment_id, jst, video_id) VALUES (4, 8, "2023-
-- au PAY 10211 found via @pta's curiosity
INSERT INTO schedule (segment_id, caster_id, video_id, jst)
VALUES (8, 6, "10211", "2023-07-27T18:00:00+09:00");
-- au PAY 10227 Adding Rinon's show manually
INSERT INTO schedule (segment_id, caster_id, video_id, jst)
VALUES (8, 10, "10227", "2023-09-04T19:00:00+09:00");