Skip to content

Commit

Permalink
chore (cleanup): plugins cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Mar 14, 2024
1 parent 8ab25f4 commit af75e96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion server/plugin/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_local"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_mysql"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_nfs"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_nfs4"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_nop"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_s3"
_ "github.com/mickael-kerjean/filestash/server/plugin/plg_backend_samba"
Expand Down
2 changes: 0 additions & 2 deletions server/plugin/plg_video_transcoder/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ package plg_video_transcoder

import (
"bytes"
"context"
"encoding/base64"
"encoding/json"
"errors"
"fmt"
"io"
"math"
Expand Down

0 comments on commit af75e96

Please sign in to comment.