rennomage du bouton lien mediainfo
This commit is contained in:
parent
403e900ce6
commit
13a887bc5e
@ -178,7 +178,7 @@ autopostRouter.get('/', async (req, res) => {
|
||||
? ' | <a href="#" class="log-link text-blue-400 hover:underline" data-filename="'+row.nom+'">Log</a>'
|
||||
: '';
|
||||
let mediainfoLink = (parseInt(row.status) === 0 || parseInt(row.status) === 1 || parseInt(row.status) === 2)
|
||||
? ' | <a href="#" class="mediainfo-link text-blue-400 hover:underline" data-filename="'+row.nom+'">Mediainfo</a>'
|
||||
? ' | <a href="#" class="mediainfo-link text-blue-400 hover:underline" data-filename="'+row.nom+'">MediaInfo/BDInfo</a>'
|
||||
: '';
|
||||
let dlLink = row.status === 1
|
||||
? ` | <a href="/autopost/dl?name=${encodeURIComponent(row.nom)}" class="dl-link text-blue-400 hover:underline">DL</a>`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user