Add drop:tmdb command for adding shows/movies to watched log

This commit is contained in:
Dan Jones 2026-03-06 13:58:55 -06:00
commit 88802020fe
10 changed files with 377 additions and 3 deletions

View file

@ -26,9 +26,6 @@ import (
"github.com/spf13/cobra"
)
var outJson bool
var d mycli.Date
// YtDropCmd represents the drop command
var YtDropCmd = &cobra.Command{
Use: "drop:yt url",