Skip to content

Commit

Permalink
Allow newlines in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-bl committed Jun 7, 2017
1 parent 3a421e7 commit f980395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class MediaMetadataExtractor extends HashMap<String, ArrayList<String>> {
/**
* Regexp matching anything
*/
private static final Pattern sFilterAny = Pattern.compile("^(.*)$");
private static final Pattern sFilterAny = Pattern.compile("^([\\s\\S]*)$");
/**
* Genres as defined by androids own MediaScanner.java
*/
Expand Down

0 comments on commit f980395

Please sign in to comment.