summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.org5
-rw-r--r--bpod/json.go1
2 files changed, 5 insertions, 1 deletions
diff --git a/README.org b/README.org
index e344ebd..19d7686 100644
--- a/README.org
+++ b/README.org
@@ -10,6 +10,11 @@ sources for fetching the background.
 | Source Code     | [[https://tildegit.org/andinus/cetus][Andinus / Cetus]] |
 | GitHub (Mirror) | [[https://github.com/andinus/cetus][Cetus - GitHub]]  |
 
+| Demo Video                 |
+|----------------------------|
+| [[https://diode.zone/videos/watch/11af8886-7b75-400b-9c4d-05191bd55059][Cetus v0.6.0]]               |
+| [[https://diode.zone/videos/watch/6d01245d-a6d0-4958-881d-f6df609d65ab][Cetus v0.6.0 Demo on macOS]] |
+
 Dependency: /feh/, /libnotify/ (optional)
 
 It supports /GNOME/, /Unity/, /LXDE/, /Pantheon/ & WM/DE similar to /i3wm/ (including
diff --git a/bpod/json.go b/bpod/json.go
index 02f6fe1..a05c6fc 100644
--- a/bpod/json.go
+++ b/bpod/json.go
@@ -54,7 +54,6 @@ func GetJson(reqInfo map[string]string) (string, error) {
 	// if random is true then fetch 7 photos
 	if reqInfo["random"] == "true" {
 		params["n"] = "7"
-
 	}
 
 	body, err := request.GetRes(reqInfo["api"], params)
id='n145' href='#n145'>145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184