Rename KotoIndexedFile and "files" to KotoIndexedTrack and "tracks"

This commit is contained in:
Joshua Strobl 2021-03-16 08:51:35 +02:00
parent cf81682f8c
commit b6db2003b8
13 changed files with 126 additions and 134 deletions

View file

@ -4,8 +4,8 @@ koto_sources = [
'db/db.c',
'indexer/album.c',
'indexer/artist.c',
'indexer/file.c',
'indexer/file-indexer.c',
'indexer/track.c',
'pages/music/album-view.c',
'pages/music/artist-view.c',
'pages/music/disc-view.c',