fix queue

This commit is contained in:
Omer Sabic 2024-07-22 22:12:00 +02:00
parent 5cf65760e1
commit 4bc60f00fc

View File

@ -50,7 +50,7 @@
{#each queue as item, i (i)}
<Table.Row>
<Table.Cell class="font-medium">
<p class="w-[100px] overflow-hidden text-ellipsis whitespace-nowrap text-nowrap font-medium">{item.source_id.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|\&v=|\?v=)([^#\&\?]*).*/)[2]}</p>
<p class="w-[100px] overflow-hidden text-ellipsis whitespace-nowrap text-nowrap font-medium">{item.source_id}</p>
</Table.Cell>
<Table.Cell class="w-[200px]">
<p