ugoira: remove the PixivUgoiraFrameData model.
Remove the last remaining uses of the PixivUgoiraFrameData model. As of
32bfb8407, Ugoira frame data is now stored in the MediaMetadata model,
under the `Ugoira:FrameDelays` EXIF field.
The pixiv_ugoira_frame_data table still exists, but it can be removed
after this commit is deployed.
Fixes #5264: Error when replacing with ugoira.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class PixivUgoiraFrameDataController < ApplicationController
|
||||
respond_to :json, :xml
|
||||
|
||||
def index
|
||||
@pixiv_ugoira_frame_data = PixivUgoiraFrameData.paginated_search(params)
|
||||
respond_with(@pixiv_ugoira_frame_data)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user