diff options
Diffstat (limited to 'samples/cddb.lua')
-rw-r--r-- | samples/cddb.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/cddb.lua b/samples/cddb.lua index 0ed7c71..09309e8 100644 --- a/samples/cddb.lua +++ b/samples/cddb.lua | |||
@@ -1,3 +1,6 @@ | |||
1 | require"luasocket" | ||
2 | require"http" | ||
3 | |||
1 | if not arg or not arg[1] or not arg[2] then | 4 | if not arg or not arg[1] or not arg[2] then |
2 | print("luasocket cddb.lua <category> <disc-id> [<server>]") | 5 | print("luasocket cddb.lua <category> <disc-id> [<server>]") |
3 | os.exit(1) | 6 | os.exit(1) |