We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f2535 commit 6b6d149Copy full SHA for 6b6d149
service/ysk.go
@@ -57,11 +57,9 @@ func (s *YSKService) DeleteYSKCard(ctx context.Context, id string) error {
57
func (s *YSKService) Start(init bool) {
58
if init {
59
60
- s.UpsertYSKCard(context.Background(), utils.ApplicationInstallProgress.WithProgress("Installing Jellyfin", 20))
61
s.UpsertYSKCard(context.Background(), utils.ZimaOSDataStationNotice)
62
s.UpsertYSKCard(context.Background(), utils.ZimaOSFileManagementNotice)
63
s.UpsertYSKCard(context.Background(), utils.ZimaOSRemoteAccessNotice)
64
- s.UpsertYSKCard(context.Background(), utils.DiskInsertNotice)
65
}
66
// register event
67
s.eventTypeService.RegisterEventType(model.EventType{
0 commit comments