Fix .url files crashing forked-daapd and remove "support" for these.

An .url file would lead to a crash due to codectype being null. This
is fixed with this commit, but at the same time support for these
files is completely removed, since even with the bug fixed .url
(and .pls) files would not stream.
This commit is contained in:
ejurgensen
2013-08-14 20:29:18 +02:00
parent cbdab26b53
commit 5f041b59eb
2 changed files with 4 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ forked_daapd_SOURCES = main.c \
logger.c logger.h \
conffile.c conffile.h \
filescanner.c filescanner.h \
filescanner_ffmpeg.c filescanner_urlfile.c filescanner_m3u.c $(ITUNESSRC) \
filescanner_ffmpeg.c filescanner_m3u.c $(ITUNESSRC) \
mdns_avahi.c mdns.h \
remote_pairing.c remote_pairing.h \
evhttp/http.c evhttp/evhttp.h \