Fix shebang

This commit is contained in:
norohind 2024-10-29 23:12:31 +03:00
parent 071a6aa4a6
commit b925b087f9
Signed by: norohind
SSH Key Fingerprint: SHA256:SnI4bWnejM2/YEQ5hpH58TUohiQpnjoKN6tXUQlobE0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/python3
#!/usr/bin/env python3
# This script changes the path for a folder or file in Navidrome's database, allowing music files to be
# moved or renamed on the file system without losing associated metadata in Navidrome. Since the original
# version, it has been updated to account for the media_file IDs, which are calculated from the path value

2
nmv.py
View File

@ -1,4 +1,4 @@
#!/bin/python3
#!/usr/bin/env python3
import sqlite3
import uuid
from pathlib import Path