Update tidler to 0.2

This commit is contained in:
Medvidek77 2025-02-14 00:30:44 +01:00
parent e28ec85013
commit af01ea56fd

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/sh
downloadTrack() {
echo "Downloading track with ID: $1"
@ -47,4 +47,3 @@ elif [ "$option" -eq 2 ]; then
searchTrack
fi