Renamed media type to track type for tracks
This commit is contained in:
parent
3338e9289a
commit
386918da2b
23 changed files with 111 additions and 111 deletions
|
@ -55,7 +55,7 @@ class Application_Model_StoredFile
|
|||
"cueout" => "DbCueOut",
|
||||
"description" => "DbDescription",
|
||||
"artwork" => "DbArtwork",
|
||||
"media_type" => "DbMediaType"
|
||||
"track_type" => "DbTrackType"
|
||||
);
|
||||
|
||||
function __construct($file, $con) {
|
||||
|
@ -673,7 +673,7 @@ SQL;
|
|||
"bit_rate", "sample_rate", "isrc_number", "encoded_by", "label",
|
||||
"copyright", "mime", "language", "filepath", "owner_id",
|
||||
"conductor", "replay_gain", "lptime", "is_playlist", "is_scheduled",
|
||||
"cuein", "cueout", "description", "artwork", "media_type" );
|
||||
"cuein", "cueout", "description", "artwork", "track_type" );
|
||||
}
|
||||
|
||||
public static function searchLibraryFiles($datatables)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue