Fix #22, fix #23. Display posts as grid instead of flexbox, add song info

This commit is contained in:
2023-04-23 20:10:45 +02:00
parent 42d91a097f
commit 9bbcc843c2
5 changed files with 149 additions and 24 deletions

View File

@ -176,6 +176,8 @@ export class TimelineReader {
return;
}
log.debug('Found YT URL', youtubeUrl, found_urls, found_urls.length);
} else {
log.debug('Found URLs and/or tags:', found_urls, found_tags);
}
// TODO: Change URL detection above to use this regex.