add stub rss_templ.go file (maybe fix some ssues with soundcloakctl)

This commit is contained in:
Laptop
2025-11-06 20:27:17 +02:00
parent c83cea39d8
commit 8995409609
3 changed files with 28 additions and 10 deletions

16
lib/sc/rss_templ.go Normal file
View File

@@ -0,0 +1,16 @@
// Code generated by hands
// Run templ generate to generate the real code
package sc
//lint:file-ignore SA4006 This context is only used if a nested component is present.
import (
"git.maid.zone/stuff/soundcloak/lib/cfg"
"github.com/a-h/templ"
)
func TrackDescription(prefs cfg.Preferences, t *Track, href string) templ.Component {
return templ.NopComponent
}