Skip to content

Commit 6b6d149

Browse files
authored
chore: update init ysk data (#48)
1 parent 32f2535 commit 6b6d149

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

service/ysk.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ func (s *YSKService) DeleteYSKCard(ctx context.Context, id string) error {
5757
func (s *YSKService) Start(init bool) {
5858
if init {
5959

60-
s.UpsertYSKCard(context.Background(), utils.ApplicationInstallProgress.WithProgress("Installing Jellyfin", 20))
6160
s.UpsertYSKCard(context.Background(), utils.ZimaOSDataStationNotice)
6261
s.UpsertYSKCard(context.Background(), utils.ZimaOSFileManagementNotice)
6362
s.UpsertYSKCard(context.Background(), utils.ZimaOSRemoteAccessNotice)
64-
s.UpsertYSKCard(context.Background(), utils.DiskInsertNotice)
6563
}
6664
// register event
6765
s.eventTypeService.RegisterEventType(model.EventType{

0 commit comments

Comments
 (0)