Remove create command from podcast repo in main
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
module Main
|
module Main
|
||||||
module Repos
|
module Repos
|
||||||
class PodcastScrobbleRepo < Adamantium::Repo[:podcast_scrobbles]
|
class PodcastScrobbleRepo < Adamantium::Repo[:podcast_scrobbles]
|
||||||
commands :create
|
|
||||||
|
|
||||||
def exists?(id:)
|
def exists?(id:)
|
||||||
!!podcast_scrobbles
|
!!podcast_scrobbles
|
||||||
.where(overcast_id: id)
|
.where(overcast_id: id)
|
||||||
|
Reference in New Issue
Block a user