From 42f33162ea1f3ae17de176114c1c1c668bb5040a Mon Sep 17 00:00:00 2001 From: Manveer Basra Date: Sun, 28 Oct 2018 16:14:27 -0400 Subject: [PATCH] --list flag accepts only text files using mimetypes --- spotdl/handle.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spotdl/handle.py b/spotdl/handle.py index f76f46c..f4168fd 100644 --- a/spotdl/handle.py +++ b/spotdl/handle.py @@ -5,6 +5,10 @@ import logging import yaml import argparse import mimetypes +<<<<<<< HEAD +======= + +>>>>>>> --list flag accepts only text files using mimetypes import os import spotdl