sheetsync: Add column to tags sheet

pull/418/head
Mike Lang 3 weeks ago
parent f4dc0ea7f1
commit 2255bc7fc0

@ -198,9 +198,9 @@ class SheetsPlaylistsMiddleware(SheetsMiddleware):
"name": 2, "name": 2,
"playlist_id": 3, "playlist_id": 3,
"show_in_description": 4, "show_in_description": 4,
"first_event_id": 5, "first_event_id": 6,
"last_event_id": 6, "last_event_id": 7,
"id": 7, "id": 8,
} }
column_parsers = { column_parsers = {

Loading…
Cancel
Save