Skip to content

Commit

Permalink
Update the readme and fix a small bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
JVT038 committed Oct 14, 2023
1 parent f0724f0 commit 71d4f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
:heavy_check_mark: MetaTube 🚀 Finished! :heavy_check_mark: <br/>
</h4>

<h2>Disclaimer: This project will most likely not receive any major features. The focus will be on fixing breaking bugs and updating the dependencies.</h2>

<hr>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion metatube/templates/downloadform.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h5 class="text-center mt-2">Download settings</h5>
{% if i > 0 %}
<button type="button" class="btn btn-danger bg-danger input-group-text removesegment"><i class="bi bi-dash" style="color: white;" aria-hidden="true"></i></button>
{% else %}
<button type="button" id="addsegment" class="btn btn-success input-group-text bg-success"><i class="bi bi-dash" style="color: white;" aria-hidden="true"></i></button>
<button type="button" id="addsegment" class="btn btn-success input-group-text bg-success"><i class="bi bi-plus" style="color: white;" aria-hidden="true"></i></button>
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 71d4f15

Please sign in to comment.