Skip to content

Commit

Permalink
Merge pull request #25 from cafkafk/pr-1150
Browse files Browse the repository at this point in the history
(exa PR) 1150
  • Loading branch information
cafkafk authored Jul 30, 2023
2 parents 3221236 + 8813120 commit 88ca3f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/info/filetype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ impl FileExtensions {

fn is_music(&self, file: &File<'_>) -> bool {
file.extension_is_one_of( &[
"aac", "m4a", "mp3", "ogg", "wma", "mka", "opus",
"aac", "m4a", "mp2", "mp3", "ogg", "wma", "mka", "opus",
])
}

Expand Down
1 change: 1 addition & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"mkv" => '\u{f03d}', // 
"mobi" => '\u{e28b}', // 
"mov" => '\u{f03d}', // 
"mp2" => '\u{f001}', // 
"mp3" => '\u{f001}', // 
"mp4" => '\u{f03d}', // 
"msi" => '\u{e70f}', // 
Expand Down

0 comments on commit 88ca3f1

Please sign in to comment.