Module:Songs: Difference between revisions

Jump to navigation Jump to search
49 bytes added ,  Wednesday at 19:57
m
no edit summary
No edit summary
mNo edit summary
Line 67: Line 67:
for _, row in ipairs(results) do
for _, row in ipairs(results) do
if row.song_title and row.song_title ~= "" and not string.find(row.song_title, "% Size%)") then
if row.song_title and row.song_title ~= "" and not string.find(row.song_title, "% Size%)") and not string.find(row.song_title, "% remix%)") then
             if not row.type or row.type == "solover" or row.type == "solo" then
             if not row.type or row.type == "solover" or row.type == "solo" then
if row.type == "solover" then
if row.type == "solover" then
959

edits

Navigation menu