feat(api): rename track type to library

Related to #1922

- rename library model fields
This commit is contained in:
jo 2022-06-28 09:20:11 +02:00 committed by Kyle Robbertze
parent e5cb21c0e2
commit 05ca410453
14 changed files with 289 additions and 274 deletions

View file

@ -1,3 +1,3 @@
from .cloud_file import CloudFile
from .file import File
from .track_type import TrackType
from .library import Library