Skip to content

Commit

Permalink
chore: update init ysk data (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH authored Aug 14, 2024
1 parent 32f2535 commit 6b6d149
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions service/ysk.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,9 @@ func (s *YSKService) DeleteYSKCard(ctx context.Context, id string) error {
func (s *YSKService) Start(init bool) {
if init {

s.UpsertYSKCard(context.Background(), utils.ApplicationInstallProgress.WithProgress("Installing Jellyfin", 20))
s.UpsertYSKCard(context.Background(), utils.ZimaOSDataStationNotice)
s.UpsertYSKCard(context.Background(), utils.ZimaOSFileManagementNotice)
s.UpsertYSKCard(context.Background(), utils.ZimaOSRemoteAccessNotice)
s.UpsertYSKCard(context.Background(), utils.DiskInsertNotice)
}
// register event
s.eventTypeService.RegisterEventType(model.EventType{
Expand Down

0 comments on commit 6b6d149

Please sign in to comment.