Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Aug 15, 2024
1 parent ecc192d commit 2d66cae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions view/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,8 @@ function removeQueueItem(id) {
var filename = row.title;
if (filename.startsWith("original_v_")) {
filename = '<a href="' + row.streamer + 'video/' + filename + '" target="_blank"></a>';
}else{
console.log('original_v_', filename);
}
title += '<br>' + filename;

Expand Down

0 comments on commit 2d66cae

Please sign in to comment.