Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "dlnacasts2", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Query your local network for DLNA enabled renderers and have them play media", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/rslavin/dlnacasts.git" | ||
"url": "git+https://github.com/rslavin/dlnacasts2.git" | ||
}, | ||
@@ -23,5 +23,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/rslavin/dlnacasts/issues" | ||
"url": "https://github.com/rslavin/dlnacasts2/issues" | ||
}, | ||
"homepage": "https://github.com/rslavin/dlnacasts#readme", | ||
"homepage": "https://github.com/rslavin/dlnacasts2#readme", | ||
"dependencies": { | ||
@@ -28,0 +28,0 @@ "debug": "^2.1.3", |
@@ -1,3 +0,7 @@ | ||
# dlnacasts | ||
# dlnacasts2 | ||
dlnacasts2 is a fork of grunjol's now abandoned dlnacasts. This version includes minor improvements, | ||
including the addition of setTimeout() to fix situations where a search would | ||
conclude before clients had an opportunity to respond. | ||
Query your local network for DLNA media renderers and have them play media | ||
@@ -4,0 +8,0 @@ |
10194
86