play hook on releases view
This commit is contained in:
@@ -4,7 +4,7 @@ BEGIN {
|
||||
delete local_releases[0]
|
||||
if (file_local_releases) {
|
||||
while ((getline < file_local_releases) == 1)
|
||||
local_releases[$1] = 1
|
||||
local_releases[$1] = $2
|
||||
close(file_local_releases)
|
||||
}
|
||||
}
|
||||
@@ -54,5 +54,5 @@ BEGIN {
|
||||
sortk = year ? year : 0
|
||||
if (local_releases[id])
|
||||
line = format_local line
|
||||
print sortk, line, id
|
||||
print sortk, line, id, local_releases[id]
|
||||
}
|
||||
|
Reference in New Issue
Block a user