Skip to content

Commit

Permalink
pouet feed file vanished, so i'm just suspending that for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Jun 14, 2015
1 parent e14c663 commit 5ea8592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Web/Scenefinity/Import.pm
Expand Up @@ -16,7 +16,7 @@ with "Web::Scenefinity::Role::Configuration";
sub run {
my ( $self ) = @_;

my @ids = grep $_, map $self->$_, qw( pouet_ids youtube_ids );
my @ids = grep $_, map $self->$_, qw( youtube_ids );

my $db = $self->db;
my $videos = $db->resultset( "Video" );
Expand Down

0 comments on commit 5ea8592

Please sign in to comment.