From e5ed4bd0b403cb830f19b309403dcff52b7e9b89 Mon Sep 17 00:00:00 2001 From: Alex Ballas Date: Thu, 11 Feb 2021 19:11:45 +0200 Subject: [PATCH] License name fix --- LICENSE | 2 +- go2tv.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index e99ff0d..569e6ec 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Alex Ballas +Copyright (c) 2021 Alexandros Ballas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/go2tv.go b/go2tv.go index a878c98..c34305b 100644 --- a/go2tv.go +++ b/go2tv.go @@ -122,7 +122,7 @@ func devicePicker(i int) (string, error) { } func initializeCloseHandler(tvdata soapcalls.TVPayload) { - c := make(chan os.Signal) + c := make(chan os.Signal, 1) signal.Notify(c, os.Interrupt, syscall.SIGTERM) go func() { <-c