Skip to content

Commit

Permalink
add-releases: Remove fileCount from match
Browse files Browse the repository at this point in the history
  • Loading branch information
euamotubaina committed Dec 21, 2024
1 parent 57637e4 commit 5813385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops-red-add-releases.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name OPS-RED: Add releases
// @namespace github.com/euamotubaina
// @version 2024-12-20_02
// @version 2024-12-21
// @description Add releases to/from RED/OPS
// @author Audionut
// @match https://orpheus.network/torrents.php?id=*
Expand Down Expand Up @@ -508,7 +508,7 @@
if (logScore) details += ` / Log (${logScore}%)`;
if (hasCue) details += ` / Cue`;
if (remasterRecordLabelAppended) details += ` / ${remasterRecordLabelAppended}`;
if (fileCountAppended) details += ` / ${fileCountAppended}`;
// if (fileCountAppended) details += ` / ${fileCountAppended}`;
if (sizeToleranceAppended) details += ` / ${sizeToleranceAppended}`;

const colspanValue = isArtistPage ? 2 : 1;
Expand Down

0 comments on commit 5813385

Please sign in to comment.