From a968bff7e21c9372deca5fce5921999b45d5d348 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 17 May 2017 23:23:18 -0500 Subject: Simulate lyrics engine --- Sources/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sources/main.swift') diff --git a/Sources/main.swift b/Sources/main.swift index 0ae48bc..e4b2760 100644 --- a/Sources/main.swift +++ b/Sources/main.swift @@ -80,7 +80,7 @@ func main() { if let titleFlag = flags["title"] as? BoolOption { if titleFlag.value == true { - Lyricli.printTitle() + Lyricli.showTitle = true } } -- cgit