Renamed media type to track type for tracks

This commit is contained in:
Codenift 2020-01-06 17:15:04 -05:00
parent 3338e9289a
commit 386918da2b
23 changed files with 111 additions and 111 deletions

View file

@ -641,7 +641,7 @@ table#recent_uploads_table td
right: 0;
}
#media_type_selection {
#track_type_selection {
position: absolute;
right: 2px;
top: 0;

View file

@ -100,7 +100,7 @@
}
.library_year,
.library_media_type {
.library_track_type {
text-align: center;
}