This commit is contained in:
edshot99 2024-12-09 18:21:33 -06:00
parent e6baea4811
commit 0ab49c8a70
2 changed files with 2 additions and 4 deletions

View File

@ -81,12 +81,10 @@ module FileMethods
"gif"
when "image/png"
"png"
when "video/webm"
when "video/webm", "audio/webm"
"webm"
when "video/mp4"
"mp4"
when "audio/webm"
"webm"
else
mime_type
end

View File

@ -2,7 +2,7 @@
<div id="a-new">
<h1>Remove stuck DNP tags</h1>
<p>
Use this to remove <%= link_to "avoid_posting", wiki_page_path(:id => "avoid_posting") %> and <%= link_to "conditional_dnp", wiki_page_path(:id => "conditional_dnp") %> from posts of artists who got removed from the DNP list.
Use this to remove <%= link_to "avoid_posting", wiki_page_path(id: "avoid_posting") %> and <%= link_to "conditional_dnp", wiki_page_path(id: "conditional_dnp") %> from posts of artists who got removed from the DNP list.
</p>
<p>
Limit of 1,000 posts at a time.