rename find_tracks_inside_path_regex -> get_dir_t_count

This commit is contained in:
geoffrey45
2022-07-07 08:40:11 +03:00
parent c8e4529e3c
commit e01edbce30
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ class TrackMethods:
"""
pass
def find_tracks_inside_path_regex():
def get_dir_t_count():
"""
Returns a list of all the tracks matching the path in the query params.
"""