Merge pull request #584 from PikuZheng/add-yt-dlp-version-disp

display yt-dlp version in webui
This commit is contained in:
Alex
2025-03-04 21:29:59 +02:00
committed by GitHub
3 changed files with 26 additions and 2 deletions

View File

@@ -218,5 +218,7 @@
</tbody>
</table>
</div>
<div class="footer text-center px-2">
<small *ngIf="versionInfo">{{ versionInfo }}</small>
</div>
</main><!-- /.container -->