mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-11 14:19:38 +05:00
add stub rss_templ.go file (maybe fix some ssues with soundcloakctl)
This commit is contained in:
16
lib/sc/rss_templ.go
Normal file
16
lib/sc/rss_templ.go
Normal 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user